Problem maximum
User NoynYT
Submission Time 2023-04-28 18:06:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

maximum.cpp: In function ‘int main()’:
maximum.cpp:5:10: error: two or more data types in declaration of ‘a’
5 | int int a, b;
| ^
maximum.cpp:5:13: error: two or more data types in declaration of ‘b’
5 | int int a, b;
| ^
maximum.cpp:6:7: error: ‘a’ was not declared in this scope
6 | cin>>a>>b;
| ^
maximum.cpp:6:10: error: ‘b’ was not declared in this scope
6 | cin>>a>>b;
| ^