Problem nycheer
User Migogoh10
Submission Time 2026-03-06 17:01:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

nycheer.cpp: In function ‘int main()’:
nycheer.cpp:14:13: error: expected ‘;’ before ‘if’
14 | cout << " "
| ^
| ;
15 | if (b == 1){
| ~~
nycheer.cpp:17:2: error: ‘else’ without a previous ‘if’
17 | }else if (b == 2){
| ^~~~
nycheer.cpp:21:1: error: expected ‘}’ at end of input
21 | }
| ^
nycheer.cpp:5:14: note: to match this ‘{’
5 | signed main(){
| ^