Borderou de evaluare (job #794319)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Crioac (clasa a 5-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 12 nov. 2024 18:36:13 | 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 'cn'?
18 | in>>n>>x>>y;
| ^~
| cn
main.cpp:17:29: warning: unused variable 'r' [-Wunused-variable]
17 | int n,pn=0,cn,a=0,b,x,y,r,cnt1=0,cnt2=0,cnt3=0,s;
| ^