| Problem | findmultiple |
|---|---|
| User | YSH2020 |
| Submission Time | 2025-02-06 14:34:25 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
findmultiple.cpp: In function ‘int main()’:
findmultiple.cpp:8:26: error: ‘tmp’ was not declared in this scope; did you mean ‘tmp1’?
8 | if (tmp1 != 0) ans1 = a-tmp+c;
| ^~~
| tmp1