Pagini recente » Borderou de evaluare (job #3287814) | Borderou de evaluare (job #638773) | Borderou de evaluare (job #7662) | Borderou de evaluare (job #2636150) | Borderou de evaluare (job #1441900)
Borderou de evaluare (job #1441900)
Raport evaluator
Compilare:
user.cpp: In function ‘void calcul_tabele()’:
user.cpp:35:9: warning: unused variable ‘i’ [-Wunused-variable]
int i, j, k, l, a, b;
^
user.cpp:35:12: warning: unused variable ‘j’ [-Wunused-variable]
int i, j, k, l, a, b;
^
user.cpp:35:18: warning: unused variable ‘l’ [-Wunused-variable]
int i, j, k, l, a, b;
^
user.cpp:35:21: warning: unused variable ‘a’ [-Wunused-variable]
int i, j, k, l, a, b;
^
user.cpp:35:24: warning: unused variable ‘b’ [-Wunused-variable]
int i, j, k, l, a, b;
^
user.cpp: In function ‘int operatie(int, int, int)’:
user.cpp:56:27: warning: unused variable ‘z’ [-Wunused-variable]
int i, a, b, sol = 0, z;
^
user.cpp: In function ‘int main()’:
user.cpp:110:47: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
freopen(inputFileName.c_str(), "r", stdin);
^
user.cpp:111:49: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
freopen(outputFileName.c_str(), "w", stdout);
^
user.cpp:113:20: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
scanf("%d", &T);
^
user.cpp:118:24: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
scanf("%d", &N);
^
user.cpp:122:38: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
scanf("%d", &A[i][j]);
^
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
1 | 2760ms | 592kb | OK | 100 |
Punctaj total | 100 |