Problem maximum
User kkai
Submission Time 2024-02-28 22:49:16
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:7:3: error: ‘cout’ was not declared in this scope
7 | cout<<b;
| ^~~~