Problem findmultiple
User ilovepythonandhatecplusplus
Submission Time 2024-08-02 15:17:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

findmultiple.cpp: In function ‘int main()’:
findmultiple.cpp:6:53: error: expected ‘;’ before ‘long’
6 | ios_base::sync_with_stdio(0);cin.tie(0);cout.tie(0)
| ^
| ;
7 | long long a, b, c;
| ~~~~
findmultiple.cpp:8:7: error: ‘a’ was not declared in this scope
8 | cin>>a>>b>>c;
| ^
findmultiple.cpp:8:10: error: ‘b’ was not declared in this scope
8 | cin>>a>>b>>c;
| ^
findmultiple.cpp:8:13: error: ‘c’ was not declared in this scope
8 | cin>>a>>b>>c;
| ^