Borderou de evaluare (job #800160)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Bravo, ai şir! (Clasa a 6-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 17 dec. 2024 19:03:32 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:95:18: error: expected '}' at end of input
95 | }
| ^
main.cpp:84:74: note: to match this '{'
84 | for(auto it = factors_G.begin(); it != factors_G.end(); it++){
| ^
main.cpp:95:18: error: expected '}' at end of input
95 | }
| ^
main.cpp:77:35: note: to match this '{'
77 | for(int i = 0; i < M; i++){
| ^
main.cpp:80:17: warning: unused variable 'sum_ai' [-Wunused-variable]
80 | int sum_ai = 0;
| ^~~~~~
main.cpp:95:18: error: expected '}' at end of input
95 | }
| ^
main.cpp:75:9: note: to match this '{'
75 | else{
| ^
main.cpp:95:18: error: expected '}' at end of input
95 | }
| ^
main.cpp:14:11: note: to match this '{'
14 | int main(){
| ^