Search found 3 matches

by gawi
Sat Oct 18, 2003 9:38 am
Forum: Volume 4 (400-499)
Topic: 465 - Overflow
Replies: 104
Views: 39148

problem 465 why wa ?

Following is my code.
I debug again and again.
plz help me , thanx :oops:


[c]
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <limits.h>

#define BUF_SIZE 10000

int overflow(char *num) {
const static char *max_int="2147483647";
const static int max_len=10;
int len ...
by gawi
Sat Sep 27, 2003 12:45 am
Forum: Volume 101 (10100-10199)
Topic: 10101 - Bangla Numbers
Replies: 122
Views: 45526

Thank you, it's my fault.

I know why my code is WA because of the case number.

:oops:
by gawi
Sun Sep 21, 2003 1:33 am
Forum: Volume 101 (10100-10199)
Topic: 10101 - Bangla Numbers
Replies: 122
Views: 45526

10101 - Bangla Numbers - WA

I cant find the bug in my code. :(
plz help me and give me more test case , thx

<pre>
input
---------------------------------------
23764
45897458973958
40000000040000
0
000000
0000
000000003
900000000000033
00000012121212
090000000999000
12100000000300

output ...

Go to advanced search