Problem bestplace
User NgMinSong123
Submission Time 2024-12-05 16:05:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bestplace.cpp: In function ‘int main()’:
bestplace.cpp:18:27: error: invalid operands of types ‘const char [2]’ and ‘long long int’ to binary ‘operator<<’
18 | cout << arrx[n/2] < " " << arry[n/2];
| ~~~ ^~ ~~~~~~~~~
| | |
| const char [2] long long int