| Problem | maximum |
|---|---|
| User | TheVeryJerryBerry |
| Submission Time | 2026-06-23 07:41:32 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
maximum.cpp:1:7: error: expected nested-name-specifier before ‘<’ token
1 | using <iostream>
| ^
maximum.cpp: In function ‘int main()’:
maximum.cpp:5:2: error: ‘cin’ was not declared in this scope
5 | cin >> a >> b;
| ^~~
maximum.cpp:7:2: error: ‘cout’ was not declared in this scope
7 | cout << a << endl;
| ^~~~
maximum.cpp:7:15: error: ‘endl’ was not declared in this scope
7 | cout << a << endl;
| ^~~~
maximum.cpp:11:2: error: ‘cout’ was not declared in this scope
11 | cout << b << endl;
| ^~~~
maximum.cpp:11:15: error: ‘endl’ was not declared in this scope
11 | cout << b << endl;
| ^~~~