Problem reciprocals
User chickengoat
Submission Time 2026-01-09 08:01:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

reciprocals.cpp: In function ‘int main()’:
reciprocals.cpp:5:5: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
5 | if(n%m==0) {
| ^
| yn
reciprocals.cpp:5:7: error: ‘m’ was not declared in this scope; did you mean ‘tm’?
5 | if(n%m==0) {
| ^
| tm