| Problem | reciprocals |
|---|---|
| User | ATHY |
| Submission Time | 2025-03-10 21:27:57 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
reciprocals.cpp: In function ‘int main()’:
reciprocals.cpp:12:2: error: expected ‘}’ before ‘else’
12 | else {
| ^~~~
reciprocals.cpp:8:14: note: to match this ‘{’
8 | if (n%m==0) {
| ^