Problem maximum
User yrtan17
Submission Time 2024-03-10 19:38:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

maximum.cpp:1:9: error: ‘input’ was not declared in this scope; did you mean ‘int’?
1 | int a = input(); int b = input()
| ^~~~~
| int
maximum.cpp:1:26: error: ‘input’ was not declared in this scope; did you mean ‘int’?
1 | int a = input(); int b = input()
| ^~~~~
| int