Problem maximum
User Manish
Submission Time 2024-06-18 13:36:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

maximum.cpp: In function ‘int main()’:
maximum.cpp:3:2: error: ‘cin’ was not declared in this scope
3 | cin >> a >> b;
| ^~~
maximum.cpp:5:3: error: ‘cout’ was not declared in this scope
5 | cout<<a;
| ^~~~
maximum.cpp:6:8: error: ‘cout’ was not declared in this scope
6 | }else cout << b;
| ^~~~