Problem | maximum |
---|---|
User | Argon160 |
Submission Time | 2025-01-08 17:40:03 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
maximum.cpp:2:20: error: expected ‘;’ before ‘int’
2 | using namespace std
| ^
| ;
3 |
4 | int main(){
| ~~~
maximum.cpp: In function ‘int main()’:
maximum.cpp:10:3: error: ‘print’ was not declared in this scope; did you mean ‘printf’?
10 | print(a);
| ^~~~~
| printf
maximum.cpp:12:3: error: ‘print’ was not declared in this scope; did you mean ‘printf’?
12 | print(b);
| ^~~~~
| printf