Pagini recente » Borderou de evaluare (job #632555) | Borderou de evaluare (job #2028211) | Borderou de evaluare (job #2214122) | Borderou de evaluare (job #1480572) | Borderou de evaluare (job #1843188)
Borderou de evaluare (job #1843188)
Raport evaluator
Compilare:
user.cpp: In function ‘int main()’:
user.cpp:42:36: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
freopen("matrice.in","r",stdin);
^
user.cpp:43:38: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
freopen("matrice.out","w",stdout);
^
user.cpp:47:31: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
scanf("%d %d %d",&N,&M,&A);
^
user.cpp:48:46: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
for(i = 1; i <= N; ++i) scanf("%d",&a[i]);
^
user.cpp:49:46: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
for(i = 1; i <= M; ++i) scanf("%d",&b[i]);
^
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
1 | 0ms | 292kb | OK | 10 |
2 | 0ms | 296kb | OK | 10 |
3 | 0ms | 296kb | OK | 10 |
4 | 0ms | 300kb | OK | 10 |
5 | 20ms | 432kb | OK | 10 |
6 | 64ms | 516kb | OK | 10 |
7 | 4ms | 440kb | OK | 10 |
8 | 8ms | 488kb | OK | 10 |
9 | Depăşit | 876kb | Time limit exceeded. | 0 |
10 | Depăşit | 904kb | Time limit exceeded. | 0 |
Punctaj total | 80 |