Borderou de evaluare (job #621422)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Costume | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 18 dec. 2021 16:59:21 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:38:22: error: 'q' was not declared in this scope
38 | fscanf(fin, "%d", &q);
| ^
main.cpp:41:26: error: expected primary-expression before ')' token
41 | fscanf(fin, "%d", &);
| ^
main.cpp:42:14: error: 'op' was not declared in this scope
42 | insert(op);
| ^~
main.cpp:37:10: warning: unused variable 'a' [-Wunused-variable]
37 | int i, a;
| ^