Search found 2 matches

by ongkon
Tue Oct 28, 2003 5:02 am
Forum: Volume 4 (400-499)
Topic: 446 - Kibbles "n" Bits "n" Bits "n" Bits
Replies: 50
Views: 11465

446: why WA.......... plz help me

I got wrong answer in this problem, but i cannt find the reason(s).Here is my code in C:

#include<stdio.h>
#include<string.h>
#include<ctype.h>
#include<math.h>
#define MAX 13

void main()
{
char arr1[5],arr2[5],ch;
long num1[MAX],num2[MAX],n,a,b,c,d,i,j,k,l,p,q;

/*freopen("g:\in1.txt","rt ...
by ongkon
Sat Oct 25, 2003 7:47 pm
Forum: General
Topic: why WA............?plz help.
Replies: 0
Views: 1031

why WA............?plz help.

i got wrong answer in this problem. But did not find the problem in the code. please help me...........
Here is my code:

#include<stdio.h>
#include<string.h>
#include<ctype.h>
#include<math.h>
#define MAX 13

void main()
{
char arr1[5],arr2[5],ch;
long num1[MAX],num2[MAX],n,a,b,c,d,i,j,k,l,p,q ...

Go to advanced search