Problem bigbinarytree
User kenkunkin
Submission Time 2026-03-13 17:10:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bigbinarytree.cpp:90:16: error: stray ‘\’ in program
90 | cout<<"YES""<"\n";
| ^
bigbinarytree.cpp:90:18: error: missing terminating " character
90 | cout<<"YES""<"\n";
| ^~
bigbinarytree.cpp: In function ‘void Bai()’:
bigbinarytree.cpp:90:16: error: expected ‘;’ before ‘n’
90 | cout<<"YES""<"\n";
| ^~
| ;
bigbinarytree.cpp:91:18: error: ‘i’ was not declared in this scope
91 | for (int i=2;i<=n;i++)
| ^