Problem divideby2
User Elwinthenerd
Submission Time 2024-11-10 17:28:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

divideby2.cpp: In function ‘int main()’:
divideby2.cpp:9:13: error: ‘quotient’ was not declared in this scope
9 | cout << quotient << " " << remainder << endl;
| ^~~~~~~~
divideby2.cpp:9:32: error: ‘remainder’ was not declared in this scope
9 | cout << quotient << " " << remainder << endl;
| ^~~~~~~~~