| Problem | maximum |
|---|---|
| User | TheBlueCharizard |
| Submission Time | 2023-05-11 16:34:22 |
| 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: expected ‘,’ or ‘;’ before ‘int’
5 | int b = b
| ^~~
maximum.cpp:11:1: error: expected ‘}’ at end of input
11 | }
| ^
maximum.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^