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

Compile Error

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