Pagini recente » Borderou de evaluare (job #1519248) | Borderou de evaluare (job #1268802) | Borderou de evaluare (job #1504164) | Borderou de evaluare (job #1519227)
Borderou de evaluare (job #1519227)
Raport evaluator
Compilare:
user.c: In function ‘getNumbers’:
user.c:13:53: warning: comparison between pointer and integer [enabled by default]
while( lin[i] >= '0' && lin[i] <= '9' && lin[i] != NULL )
^
user.c:18:53: warning: comparison between pointer and integer [enabled by default]
while( (lin[i] < '0' || lin[i] > '9') && lin[i] != NULL )
^
user.c:20:55: warning: comparison between pointer and integer [enabled by default]
while( (lin[i] >= '0' && lin[i] <= '9') && lin[i] != NULL )
^
user.c: In function ‘main’:
user.c:36:9: warning: implicit declaration of function ‘calloc’ [-Wimplicit-function-declaration]
V = (int*)calloc(NMax+1,sizeof(int));
^
user.c:36:19: warning: incompatible implicit declaration of built-in function ‘calloc’ [enabled by default]
V = (int*)calloc(NMax+1,sizeof(int));
^
user.c:54:9: warning: implicit declaration of function ‘free’ [-Wimplicit-function-declaration]
free(V);
^
user.c:54:9: warning: incompatible implicit declaration of built-in function ‘free’ [enabled by default]
user.c:27:12: warning: ignoring return value of ‘freopen’, declared with attribute warn_unused_result [-Wunused-result]
freopen(InFile,"r",stdin);
^
user.c:28:12: warning: ignoring return value of ‘freopen’, declared with attribute warn_unused_result [-Wunused-result]
freopen(OutFile,"w",stdout);
^
user.c:31:9: warning: ignoring return value of ‘gets’, declared with attribute warn_unused_result [-Wunused-result]
gets(lin);
^
user.c:35:13: warning: ignoring return value of ‘gets’, declared with attribute warn_unused_result [-Wunused-result]
gets(lin);
^
/tmp/ccsfQURF.o: In function `main':
user.c:(.text.startup+0x58): warning: the `gets' function is dangerous and should not be used.
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
1 | 0ms | 804kb | OK | 10 |
2 | 12ms | 4204kb | OK | 10 |
3 | 24ms | 6308kb | OK | 10 |
4 | 172ms | 29612kb | OK | 10 |
5 | 180ms | 29616kb | OK | 10 |
6 | Depăşit | 58356kb | Time limit exceeded. | 0 |
7 | Depăşit | 61376kb | Time limit exceeded. | 0 |
8 | Depăşit | 58996kb | Time limit exceeded. | 0 |
9 | Depăşit | 60060kb | Time limit exceeded. | 0 |
10 | Depăşit | 64356kb | Time limit exceeded. | 0 |
Punctaj total | 50 |