Problem platonic24
User PrunJuice
Submission Time 2025-12-22 22:10:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

platonic24.cpp: In function ‘int main()’:
platonic24.cpp:54:13: error: invalid operands of types ‘<unresolved overloaded function type>’ and ‘long long int’ to binary ‘operator>=’
54 | if (count >= m){
| ~~~~~~^~~~
platonic24.cpp: At global scope:
platonic24.cpp:61:2: error: ‘cout’ does not name a type
61 | cout << mid << endl;
| ^~~~
platonic24.cpp:62:1: error: expected declaration before ‘}’ token
62 | }
| ^