Pagini recente » Borderou de evaluare (job #873497) | Borderou de evaluare (job #2836707) | Borderou de evaluare (job #3221806) | Borderou de evaluare (job #1586811) | Borderou de evaluare (job #1764061)
Borderou de evaluare (job #1764061)
Raport evaluator
Compilare:
user.cpp: In function ‘int main()’:
user.cpp:180:38: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
freopen("sokoban.in", "r", stdin);
^
user.cpp:181:40: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
freopen("sokoban.out", "w", stdout);
^
user.cpp:184:32: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
for (scanf("%d", &testCase); testCase > 0; testCase--) {
^
user.cpp:185:33: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
scanf("%d %d\n", &n, &m);
^
user.cpp:187:29: warning: ignoring return value of ‘char* gets(char*)’, declared with attribute warn_unused_result [-Wunused-result]
gets(mat[i] + 1);
^
In file included from /usr/include/stdio.h:934:0,
from /usr/include/c++/4.8/cstdio:42,
from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:46,
from user.cpp:1:
In function ‘char* gets(char*)’,
inlined from ‘int main()’ at user.cpp:187:29:
/usr/include/i386-linux-gnu/bits/stdio2.h:230:28: warning: call to ‘__gets_warn’ declared with attribute warning: please use fgets or getline instead, gets can't specify buffer size [enabled by default]
return __gets_warn (__str);
^
/tmp/ccLM0Pue.o: In function `main':
user.cpp:(.text.startup+0xa5): warning: the `gets' function is dangerous and should not be used.
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
1 | 188ms | 18756kb | OK | 100 |
Punctaj total | 100 |