| Problem | maximum |
|---|---|
| User | tbytanboyang |
| Submission Time | 2026-04-15 14:32:58 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
maximum.cpp: In function ‘int main()’:
maximum.cpp:7:18: error: expected ‘;’ before ‘}’ token
7 | cout << a
| ^
| ;
8 | }else{
| ~
maximum.cpp:9:14: error: no match for ‘operator>>’ (operand types are ‘std::ostream’ {aka ‘std::basic_ostream<char>’} and ‘int’)
9 | cout >> b
| ~~~~ ^~ ~
| | |
| | int
| std::ostream {aka std::basic_ostream<char>}
maximum.cpp:9:14: note: candidate: ‘operator>>(int, int)’ <built-in>
9 | cout >> b
| ~~~~~^~~~
maximum.cpp:9:14: note: no known conversion for argument 1 from ‘std::ostream’ {aka ‘std::basic_ostream<char>’} to ‘int’
In file included from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:45,
from maximum.cpp:1:
/usr/include/c++/