Borderou de evaluare (job #1761526)
Raport evaluator
Compilare:
user.cpp: In function ‘char getChar(FILE*)’:
user.cpp:14:58: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
if(pos == BUF_SIZE) pos=0, fread(buf, 1, BUF_SIZE, f);
^
user.cpp: In function ‘unsigned int getInt(FILE*)’:
user.cpp:22:21: warning: ‘c’ is used uninitialized in this function [-Wuninitialized]
while(!isdigit(c)) c=getChar(f);
^
user.cpp: In function ‘int main()’:
user.cpp:22:21: warning: ‘c’ may be used uninitialized in this function [-Wmaybe-uninitialized]
user.cpp:20:10: note: ‘c’ was declared here
char c;
^
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
1 | 4ms | 4352kb | OK | 10 |
2 | 8ms | 4484kb | OK | 10 |
3 | 12ms | 4776kb | OK | 10 |
4 | 32ms | 6144kb | OK | 10 |
5 | 32ms | 6676kb | OK | 10 |
6 | 156ms | 9768kb | OK | 10 |
7 | 336ms | 14628kb | OK | 10 |
8 | 396ms | 15932kb | OK | 10 |
9 | 724ms | 22124kb | OK | 10 |
10 | Depăşit | 20624kb | Time limit exceeded. | 0 |
Punctaj total | 90 |