Problem 3nplus1
User NiThEsHIsSoPro
Submission Time 2024-07-31 16:15:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:6:2: error: expected initializer before ‘if’
6 | if (funny%2 == 0) {
| ^~
3nplus1.cpp:10:2: error: ‘else’ without a previous ‘if’
10 | else if (funny%2 == 1) {
| ^~~~