Pagini recente » Borderou de evaluare (job #318312) | Borderou de evaluare (job #316218) | Borderou de evaluare (job #83742) | Borderou de evaluare (job #1518963) | Borderou de evaluare (job #1519229)
Borderou de evaluare (job #1519229)
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:37:9: warning: implicit declaration of function ‘calloc’ [-Wimplicit-function-declaration]
V = (int*)calloc(NMax+1,sizeof(int));
^
user.c:37:19: warning: incompatible implicit declaration of built-in function ‘calloc’ [enabled by default]
V = (int*)calloc(NMax+1,sizeof(int));
^
user.c:55:9: warning: implicit declaration of function ‘free’ [-Wimplicit-function-declaration]
free(V);
^
user.c:55: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:10: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result [-Wunused-result]
scanf("%d %d",&N,&M);
^
user.c:32:9: warning: ignoring return value of ‘gets’, declared with attribute warn_unused_result [-Wunused-result]
gets(lin);
^
user.c:36:13: warning: ignoring return value of ‘gets’, declared with attribute warn_unused_result [-Wunused-result]
gets(lin);
^
/tmp/ccrNQtTE.o: In function `main':
user.c:(.text.startup+0x74): warning: the `gets' function is dangerous and should not be used.
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
1 | 0ms | 824kb | OK | 10 |
2 | 12ms | 4232kb | OK | 10 |
3 | 24ms | 6328kb | OK | 10 |
4 | 172ms | 29644kb | OK | 10 |
5 | 180ms | 29640kb | OK | 10 |
6 | Depăşit | 58380kb | Time limit exceeded. | 0 |
7 | Depăşit | 61752kb | Time limit exceeded. | 0 |
8 | Depăşit | 58536kb | Time limit exceeded. | 0 |
9 | Depăşit | 59744kb | Time limit exceeded. | 0 |
10 | Depăşit | 64332kb | Time limit exceeded. | 0 |
Punctaj total | 50 |