| Problem | maximum |
|---|---|
| User | chickennn |
| Submission Time | 2026-03-27 15:06:48 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
maximum.cpp: In function ‘int main()’:
maximum.cpp:4:9: error: ‘a’ was not declared in this scope
4 | cin >> a;
| ^
maximum.cpp:5:9: error: ‘b’ was not declared in this scope
5 | cin >> b;
| ^
maximum.cpp:6:5: error: expected ‘(’ before ‘a’
6 | if a<b {
| ^
| (
maximum.cpp:8:4: error: ‘else’ without a previous ‘if’
8 | } else {
| ^~~~