| Problem | maximum |
|---|---|
| User | NewYolker |
| Submission Time | 2026-04-26 20:02:25 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
maximum.cpp: In function ‘int main()’:
maximum.cpp:4:5: error: ‘cin’ was not declared in this scope
4 | cin >> a;
| ^~~
maximum.cpp:8:9: error: ‘cout’ was not declared in this scope
8 | cout << a;
| ^~~~
maximum.cpp:10:9: error: ‘cout’ was not declared in this scope
10 | cout << b;
| ^~~~