Problem 3nplus1
User prologue0605
Submission Time 2025-06-20 20:00:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:10:17: error: expected primary-expression before ‘=’ token
10 | }else if(a%2!==0){
| ^
3nplus1.cpp:11:6: error: unable to find numeric literal operator ‘operator""a’
11 | b=3a+1;
| ^~
3nplus1.cpp:12:4: error: ‘x’ was not declared in this scope
12 | }x++;
| ^