Problem divideby2
User JoshJuice
Submission Time 2024-09-01 21:57:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

divideby2.cpp: In function ‘int main()’:
divideby2.cpp:12:24: error: ‘modulo’ was not declared in this scope; did you mean ‘modfl’?
12 | cout << n/2 << " " << modulo << endl;
| ^~~~~~
| modfl