Problem | findmultiple |
---|---|
User | ilovepythonandhatecplusplus |
Submission Time | 2024-08-02 15:24:53 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
findmultiple.cpp: In function ‘int main()’:
findmultiple.cpp:17:13: error: expected identifier before ‘(’ token
17 | if (i<=b)&&(i>=a){
| ^
findmultiple.cpp: At global scope:
findmultiple.cpp:26:1: error: ‘cout’ does not name a type
26 | cout<<"-1";
| ^~~~
findmultiple.cpp:27:1: error: expected declaration before ‘}’ token
27 | }
| ^