Borderou de evaluare (job #745515)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Carti | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 16 nov. 2023 19:02:43 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:67:13: error: 'infile' was not declared in this scope; did you mean 'inline'?
67 | freopen(infile, "r", stdin);
| ^~~~~~
| inline
main.cpp:69:13: error: 'outfile' was not declared in this scope
69 | freopen(outfile, "w", stdout);
| ^~~~~~~
main.cpp:74:14: error: expected ';' before 'while'
74 | t = 1
| ^
| ;
75 | while(t--) {
| ~~~~~