Problem 3nplus1
User hjfgaksfgjhakdfjg
Submission Time 2023-05-25 12:28:06
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:10:20: error: request for member ‘round’ in ‘(n / 2)’, which is of non-class type ‘int’
10 | if (n/2 == (n/2).round()) {
| ^~~~~