Mai intai trebuie sa te autentifici.
Borderou de evaluare (job #1542107)
| Utilizator | Data | 4 decembrie 2015 23:25:54 | |
|---|---|---|---|
| Problema | Matrice3 | Status | done |
| Runda | Arhiva de probleme | Compilator | cpp | Vezi sursa |
| Scor | 100 | ||
Raport evaluator
Compilare:
user.cpp: In function ‘void num(int&)’:
user.cpp:30:36: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
fread(s, 1, DIM, stdin);
^
user.cpp:39:36: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
fread(s, 1, DIM, stdin);
^
user.cpp: In function ‘int main()’:
user.cpp:47:41: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
freopen ("matrice3.in" ,"r", stdin );
^
user.cpp:48:41: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
freopen ("matrice3.out","w", stdout);
^
user.cpp:50:35: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
scanf ("%d %d %d", &N, &M, &Q);
^
user.cpp:52:31: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
scanf ("%s", A[i] + 1);
^
user.cpp:79:28: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
fread(s, 1, DIM, stdin);
^
| Test | Timp executie | Memorie folosita | Mesaj | Punctaj/test |
|---|---|---|---|---|
| 1 | 0ms | 496kb | OK | 10 |
| 2 | 0ms | 572kb | OK | 10 |
| 3 | 0ms | 592kb | OK | 10 |
| 4 | 208ms | 4684kb | OK | 10 |
| 5 | 216ms | 4780kb | OK | 10 |
| 6 | 216ms | 4716kb | OK | 10 |
| 7 | 364ms | 4616kb | OK | 10 |
| 8 | 360ms | 4620kb | OK | 10 |
| 9 | 356ms | 4796kb | OK | 10 |
| 10 | 360ms | 4516kb | OK | 10 |
| Punctaj total | 100 | |||
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !
