Problem 3nplus1
User 2Princes1Lance
Submission Time 2023-11-22 15:57:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:10:3: error: expected ‘}’ before ‘else’
10 | else{
| ^~~~
3nplus1.cpp:8:16: note: to match this ‘{’
8 | if (n%2 == 1){
| ^