Borderou de evaluare (job #690850)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Ucif (clasa a 5-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 28 ian. 2023 10:27:40 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:13:9: error: 'else' without a previous 'if'
13 | else
| ^~~~
main.cpp:17:9: error: 'else' without a previous 'if'
17 | else
| ^~~~
main.cpp:21:9: error: 'else' without a previous 'if'
21 | else
| ^~~~
main.cpp:25:9: error: 'else' without a previous 'if'
25 | else
| ^~~~
main.cpp:29:9: error: 'else' without a previous 'if'
29 | else
| ^~~~
main.cpp:33:9: error: 'else' without a previous 'if'
33 | else
| ^~~~
main.cpp:37:9: error: 'else' without a previous 'if'
37 | else
| ^~~~
main.cpp:8:24: warning: unused variable 'S' [-Wunused-variable]
8 | long long int n,uc,S;
| ^