| Problem | maximum |
|---|---|
| User | dayeetmaster |
| Submission Time | 2024-01-18 12:24:12 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
maximum.cpp:1:1: error: ‘include’ does not name a type
1 | include <bits/stdc++.h>
| ^~~~~~~
maximum.cpp: In function ‘int main()’:
maximum.cpp:5:3: error: ‘cin’ was not declared in this scope
5 | cin >> a >> b;
| ^~~
maximum.cpp:7:5: error: ‘cout’ was not declared in this scope
7 | cout << a;
| ^~~~
maximum.cpp:11:5: error: ‘cout’ was not declared in this scope
11 | cout << b;
| ^~~~