Problem maximum
User tuongphat2505
Submission Time 2024-12-18 15:44:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

maximum.cpp: In function ‘int main()’:
maximum.cpp:7:12: error: no match for ‘operator>’ (operand types are ‘std::basic_ostream<char>::__ostream_type’ {aka ‘std::basic_ostream<char>’} and ‘long long int’)
7 | cout << a > b ? a : b;
| ~~~~~~~~~ ^ ~
| | |
| | long long int
| std::basic_ostream<char>::__ostream_type {aka std::basic_ostream<char>}
maximum.cpp:7:12: note: candidate: ‘operator>(int, long long int)’ <built-in>
7 | cout << a > b ? a : b;
| ~~~~~~~~~~^~~
maximum.cpp:7:12: note: no known conversion for argument 1 from ‘std::basic_ostream<char>::__ostream_type’ {aka ‘std::basic_ostream<char>’} to ‘int’
In file included from /usr/include/c++/9/regex:62,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:110,
from maximum.cpp:1:
/usr/include/c++/9/bits/regex.h:1081:5: