Problem 3nplus1
User cobnet
Submission Time 2023-02-08 17:13:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:13:41: error: expected ‘;’ before ‘}’ token
13 | if(clunk%2 == 1){clunk = 1 + clunk * 3}
| ^
| ;