Problem 3nplus1
User peepeepoop
Submission Time 2026-01-04 16:29:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:11:2: error: expected ‘,’ or ‘;’ before ‘if’
11 | if (y = 0){
| ^~
3nplus1.cpp:13:4: error: ‘else’ without a previous ‘if’
13 | } else {
| ^~~~