Problem maximum
User TheBlueCharizard
Submission Time 2023-05-11 16:35:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

maximum.cpp: In function ‘int main()’:
maximum.cpp:5:2: error: expected ‘,’ or ‘;’ before ‘int’
5 | int b = b
| ^~~
maximum.cpp:8:4: error: ‘else’ without a previous ‘if’
8 | }else{
| ^~~~
maximum.cpp:9:13: error: ‘b’ was not declared in this scope
9 | print(str(b))
| ^
maximum.cpp:9:9: error: ‘str’ was not declared in this scope; did you mean ‘std’?
9 | print(str(b))
| ^~~
| std
maximum.cpp:9:3: error: ‘print’ was not declared in this scope; did you mean ‘printf’?
9 | print(str(b))
| ^~~~~
| printf