Problem findmultiple
User AustinPi
Submission Time 2024-08-02 15:53:27
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;
| ^
| ;