Problem medianontree
User TheRaptor
Submission Time 2023-12-16 10:14:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

medianontree.cpp: In function ‘int32_t main()’:
medianontree.cpp:5:12: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
5 | cin >> n >> m;
| ^
| yn
medianontree.cpp:5:17: error: ‘m’ was not declared in this scope; did you mean ‘tm’?
5 | cin >> n >> m;
| ^
| tm