Problem maximum
User Astronite
Submission Time 2024-02-28 13:41:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

maximum.cpp: In function ‘int main()’:
maximum.cpp:4:2: error: ‘cin’ was not declared in this scope
4 | cin>> a;
| ^~~
maximum.cpp:6:15: error: ‘cout’ was not declared in this scope
6 | if ( a < b ){cout<< b;}
| ^~~~
maximum.cpp:7:19: error: ‘cout’ was not declared in this scope
7 | else if ( a > b){cout<< a;}
| ^~~~