Problem moneychanger
User YellowPurpleDragon
Submission Time 2024-05-27 07:28:31
Score 0
Max Time N/A
Max Memory N/A

Compile Error

moneychanger.cpp: In function ‘int main()’:
moneychanger.cpp:13:9: error: ‘d’ was not declared in this scope
13 | if (a%d == 0) {cout << a/d; return 0;}
| ^