Borderou de evaluare (job #794298)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Crioac (clasa a 5-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 12 nov. 2024 17:37:47 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:12:1: error: 'instream' does not name a type
12 | instream in ("crioac.in");
| ^~~~~~~~
main.cpp: In function 'int main()':
main.cpp:18:5: error: 'in' was not declared in this scope; did you mean 'n'?
18 | in>>n>>x>>y;
| ^~
| n
main.cpp:17:15: warning: unused variable 'r' [-Wunused-variable]
17 | int n,x,y,r,cnt1=0,cnt2=0;
| ^