I got AC. but my program admit more than 10000 charactors.
(actually admit 30000 charactors in my program.)
Search found 2 matches
- Fri Dec 12, 2003 6:44 pm
- Forum: Volume 7 (700-799)
- Topic: 719 - Glass Beads
- Replies: 41
- Views: 29730
- Mon Nov 03, 2003 2:45 pm
- Forum: Volume 4 (400-499)
- Topic: 412 - Pi
- Replies: 104
- Views: 30346
please help me in 412 prob.
I cannot find what is worng.
when I imput all of the sample data,
It worked correctly...
but why online judge system never accept my code?
please tell me the reason.
[code][c]
#include <stdio.h>
#include <math.h>
int check(int a, int b);
int main(void){
int i, j, count, num[50], n;
double pi ...
when I imput all of the sample data,
It worked correctly...
but why online judge system never accept my code?
please tell me the reason.
[code][c]
#include <stdio.h>
#include <math.h>
int check(int a, int b);
int main(void){
int i, j, count, num[50], n;
double pi ...