Problem | maximum |
---|---|
User | Manish |
Submission Time | 2024-06-18 13:36:43 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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;
| ^~~~