Problem nycheer
User xingrui
Submission Time 2024-08-14 13:24:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

nycheer.cpp: In function ‘int main()’:
nycheer.cpp:12:14: error: expected ‘;’ before ‘{’ token
12 | else (a ==2){
| ^
| ;
nycheer.cpp:15:2: error: ‘else’ without a previous ‘if’
15 | else (a ==3){
| ^~~~
nycheer.cpp:15:14: error: expected ‘;’ before ‘{’ token
15 | else (a ==3){
| ^
| ;
nycheer.cpp:21:14: error: expected ‘;’ before ‘{’ token
21 | else (a ==2){
| ^
| ;
nycheer.cpp:24:2: error: ‘else’ without a previous ‘if’
24 | else (b ==3)_{
| ^~~~
nycheer.cpp:24:14: error: expected ‘;’ before ‘_’
24 | else (b ==3)_{
| ^
| ;