Problem | findmultiple |
---|---|
User | NotE4sy |
Submission Time | 2024-08-02 15:10:27 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
findmultiple.cpp: In function ‘int main()’:
findmultiple.cpp:3:5: error: ‘cin’ was not declared in this scope
3 | cin >> A >> B >> C;
| ^~~
findmultiple.cpp:6:9: error: ‘cout’ was not declared in this scope
6 | cout << A << endl;
| ^~~~
findmultiple.cpp:6:22: error: ‘endl’ was not declared in this scope
6 | cout << A << endl;
| ^~~~
findmultiple.cpp:8:9: error: ‘cout’ was not declared in this scope
8 | cout << B << endl;
| ^~~~
findmultiple.cpp:8:22: error: ‘endl’ was not declared in this scope
8 | cout << B << endl;
| ^~~~
findmultiple.cpp:10:9: error: ‘cout’ was not declared in this scope
10 | cout << (A / C + 1) * C << endl;
| ^~~~
findmultiple.cpp:10:36: error: ‘endl’ was not dec