Pagini recente » Clasament tot_2 | Diferente pentru problema/cstring intre reviziile 4 si 3 | Borderou de evaluare (job #2352222) | Borderou de evaluare (job #3140380) | Borderou de evaluare (job #2671352)
Borderou de evaluare (job #2671352)
Raport evaluator
Compilare:
main.cpp: In function 'bool deleteNode(int, node*)':
main.cpp:96:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if (current_node == 0)
^~
main.cpp:99:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(current_node->x == x) {
^~
main.cpp: In function 'bool find(int, node*)':
main.cpp:149:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(current_node->leftSon == 0 && current_node->rightSon == 0)
^~
main.cpp:152:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if (current_node->x > x)
^~
main.cpp: In function 'int findMin(int, node*)':
main.cpp:160:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if (current_node == 0)
^~
main.cpp:163:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if (current_node->x == x)
^~
main.cpp: In function 'int findMax(int, node*)':
main.cpp:183:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if (current_node == 0)
^~
main.cpp:186:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if (current_node->x == x)
^~
main.cpp: In function 'int main()':
main.cpp:222:32: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
freopen("abce.in", "r", stdin);
^
main.cpp:223:34: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
freopen("abce.out", "w", stdout);
^
main.cpp:226:17: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%d", &n);
^
main.cpp:228:24: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%d%d", &t, &x);
^
main.cpp:249:32: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%d", &y);
^
| Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
| 1 | 2ms | 131kb | Killed by Signal 11 | 0 |
| 2 | 2ms | 131kb | Killed by Signal 11 | 0 |
| 3 | 2ms | 131kb | Killed by Signal 11 | 0 |
| 4 | 2ms | 131kb | Killed by Signal 11 | 0 |
| 5 | 2ms | 131kb | Killed by Signal 11 | 0 |
| 6 | 2ms | 131kb | Killed by Signal 11 | 0 |
| 7 | 3ms | 131kb | Killed by Signal 11 | 0 |
| 8 | 2ms | 131kb | Killed by Signal 11 | 0 |
| 9 | 2ms | 131kb | Killed by Signal 11 | 0 |
| 10 | 2ms | 131kb | Killed by Signal 11 | 0 |
| 11 | 2ms | 131kb | Killed by Signal 11 | 0 |
| 12 | 2ms | 131kb | Killed by Signal 11 | 0 |
| 13 | 2ms | 131kb | Killed by Signal 11 | 0 |
| 14 | 2ms | 131kb | Killed by Signal 11 | 0 |
| 15 | 3ms | 131kb | Killed by Signal 11 | 0 |
| 16 | 2ms | 131kb | Killed by Signal 11 | 0 |
| 17 | 2ms | 131kb | Killed by Signal 11 | 0 |
| 18 | 11ms | 131kb | Killed by Signal 11 | 0 |
| 19 | 2ms | 131kb | Killed by Signal 11 | 0 |
| 20 | 2ms | 131kb | Killed by Signal 11 | 0 |
| Punctaj total | 0 |