Problem 3nplus1
User yq
Submission Time 2026-06-22 16:30:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1.cpp: In function β€˜int main()’:
3nplus1.cpp:10:11: error: expected primary-expression before β€˜==’ token
10 | if(n % == 0) n = n/2;
| ^~