Borderou de evaluare (job #751468)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Comune (clasa a 5-a) | Compilator | cpp-32 |
Rundă | vs_7_8_9_dec | Status | evaluat |
Dată | 16 dec. 2023 11:14:41 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:15:12: error: 'x' was not declared in this scope
15 | fin >> x >> y;
| ^
main.cpp:15:17: error: 'y' was not declared in this scope
15 | fin >> x >> y;
| ^
main.cpp:33:13: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
33 | if(a[i] == b[j]);
| ^~
main.cpp:34:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
34 | nrc++;
| ^~~