Borderou de evaluare (job #588584)

Utilizator avatar mihnea_mitu1515 Mihneamitu mihnea_mitu1515 IP ascuns
Problemă Abc 1 (clasa a 9-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 27 mar. 2021 14:46:24 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:9:2: error: '\U0000200b\U0000200b\U0000200b\U0000200b\U0000200b\U0000200b\U0000200b' was not declared in this scope 9 | {​​​​​​​ | main.cpp:11:9: error: 'a' was not declared in this scope 11 | in>>a>>b>>c; | ^ main.cpp:11:12: error: 'b' was not declared in this scope 11 | in>>a>>b>>c; | ^ main.cpp:11:15: error: 'c' was not declared in this scope 11 | in>>a>>b>>c; | ^ main.cpp:13:27: error: expected ';' before 'u' 13 | {​​​​​​​ | ^ | ; 14 | u=a%10; | ~ main.cpp:15:15: error: 'u' was not declared in this scope 15 | out<<(u*u*u*u)%10; | ^ main.cpp:16:27: error: expected ';' before 'else' 16 | }​​​​​​​ | ^ | ; 17 | else if(b%4==1) | ~~~~ main.cpp:20:27: error: expected ';' before 'else' 20 | }​​​​​​​ | ^ | ; 21 | else if(b%4==2) | ~~~~ main.cpp:41:23: error: expected ';' at end of input 41 | }​​​​​​​ | ^ | ; main.cpp:41:2: error: expected '}' at end of input 41 | }​​​​​​​ | main.cpp:9:1: note: to match this '{' 9 | {​​​​​​​ | ^