Problem nycheer
User Hatrix
Submission Time 2026-03-03 21:25:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

nycheer.cpp: In function ‘int main()’:
nycheer.cpp:12:2: error: expected ‘}’ before ‘else’
12 | else if(b = 2) {
| ^~~~
nycheer.cpp:10:12: note: to match this ‘{’
10 | if(a = 1) {
| ^
nycheer.cpp:14:2: error: expected ‘}’ before ‘else’
14 | else {
| ^~~~
nycheer.cpp:12:17: note: to match this ‘{’
12 | else if(b = 2) {
| ^