Borderou de evaluare (job #751459)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Comune (clasa a 5-a) | Compilator | cpp-32 |
Rundă | vs_7_8_9_dec | Status | evaluat |
Dată | 16 dec. 2023 11:12:32 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int prim(int)':
main.cpp:15:8: error: 'ctt' was not declared in this scope; did you mean 'ct'?
15 | if(ctt==2)
| ^~~
| ct
main.cpp: In function 'int main()':
main.cpp:62:5: error: 'g' was not declared in this scope
62 | g[3]={0};
| ^
main.cpp: In function 'int prim(int)':
main.cpp:19:1: warning: control reaches end of non-void function [-Wreturn-type]
19 | }
| ^