Borderou de evaluare (job #644175)
| Utilizator |
|
IP | ascuns |
|---|---|---|---|
| Problemă | Debarcare (clasa a 7-a) | Compilator | cpp-32 |
| Rundă | Arhiva de probleme | Status | evaluat |
| Dată | 27 mar. 2022 15:12:35 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:6:13: error: 'z' was not declared in this scope
6 | int main() {z
| ^
main.cpp:11:11: error: 'n' was not declared in this scope; did you mean 'yn'?
11 | v[n]=ch;
| ^
| yn
main.cpp:15:5: error: 'nr' was not declared in this scope
15 | nr=sqrt(n);
| ^~
main.cpp:15:13: error: 'n' was not declared in this scope; did you mean 'yn'?
15 | nr=sqrt(n);
| ^
| yn
main.cpp:18:9: error: 'a' was not declared in this scope
18 | a=0;
| ^
main.cpp:25:9: error: 'ca' was not declared in this scope; did you mean 'ch'?
25 | ca=a;
| ^~
| ch