| Problem | maximum |
|---|---|
| User | Helloworld |
| Submission Time | 2026-01-21 16:39:53 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
maximum.cpp: In function ‘int main()’:
maximum.cpp:5:2: error: ‘ios_base’ has not been declared
5 | ios_base::sync_with_stdio(0);cin.tie(0);
| ^~~~~~~~
maximum.cpp:5:31: error: ‘cin’ was not declared in this scope
5 | ios_base::sync_with_stdio(0);cin.tie(0);
| ^~~
maximum.cpp:1:1: note: ‘std::cin’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
+++ |+#include <iostream>
1 |