Problem 3nplus1
User lygrace
Submission Time 2026-06-23 03:25:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:14:10: error: lvalue required as left operand of assignment
14 | n*3+1=n;
| ^