Problem findmultiple
User AustinPi
Submission Time 2024-08-02 15:53:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

findmultiple.cpp: In function ‘int main()’:
findmultiple.cpp:11:18: error: expected ‘;’ before ‘)’ token
11 | cout << (a/c)+1)*c;
| ^
| ;
findmultiple.cpp:13:1: error: expected ‘}’ at end of input
13 | }
| ^
findmultiple.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^