| Problem | maximum |
|---|---|
| User | ToiletBrIcker |
| Submission Time | 2024-06-18 10:51:54 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
maximum.cpp: In function ‘int main()’:
maximum.cpp:6:20: error: expected ‘;’ before ‘if’
6 | std::cin >> a >> b
| ^
| ;
7 | if (a > b){
| ~~
maximum.cpp:10:2: error: ‘else’ without a previous ‘if’
10 | else{
| ^~~~