| Problem | maximum |
|---|---|
| User | suzienguyen |
| Submission Time | 2026-02-25 11:17:28 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
maximum.cpp: In function ‘int main()’:
maximum.cpp:2:5: error: ‘ios_base’ has not been declared
2 | ios_base::sync_with_stdio(0);
| ^~~~~~~~
maximum.cpp:3:5: error: ‘cin’ was not declared in this scope
3 | cin.tie(0);
| ^~~
maximum.cpp:7:2: error: ‘cout’ was not declared in this scope
7 | cout << max(x,y);
| ^~~~
maximum.cpp:7:10: error: ‘max’ was not declared in this scope
7 | cout << max(x,y);
| ^~~