Problem fraud
User personjs
Submission Time 2025-01-22 18:38:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fraud.cpp: In function ‘int main()’:
fraud.cpp:32:7: error: ‘m_left’ was not declared in this scope
32 | if (m_left > m_right) cout << "YES";
| ^~~~~~
fraud.cpp:32:16: error: ‘m_right’ was not declared in this scope
32 | if (m_left > m_right) cout << "YES";
| ^~~~~~~