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 ...
Search found 3 matches
- Sat Oct 18, 2003 9:38 am
- Forum: Volume 4 (400-499)
- Topic: 465 - Overflow
- Replies: 104
- Views: 39148
- Sat Sep 27, 2003 12:45 am
- Forum: Volume 101 (10100-10199)
- Topic: 10101 - Bangla Numbers
- Replies: 122
- Views: 45526
- 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 ...
plz help me and give me more test case , thx
<pre>
input
---------------------------------------
23764
45897458973958
40000000040000
0
000000
0000
000000003
900000000000033
00000012121212
090000000999000
12100000000300
output ...