Problem | maximum |
---|---|
User | Wheezycantcode |
Submission Time | 2024-02-02 15:55:14 |
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;
| ^~~
maximum.cpp:6:3: error: ‘cout’ was not declared in this scope
6 | cout << a;
| ^~~~
maximum.cpp:9:3: error: ‘cout’ was not declared in this scope
9 | cout << b;
| ^~~~