ancient2.cpp: In function 'long long int Query(long long int, vi, vi)':
ancient2.cpp:20:1: warning: no return statement in function returning non-void [-Wreturn-type]
20 | }
| ^
ancient2.cpp: In function 'std::string Solve(long long int)':
ancient2.cpp:27:17: error: 'std::string' {aka 'class std::__cxx11::basic_string<char>'} has no member named 'pb'
27 | ans.pb('0');
| ^~
ancient2.cpp:30:17: error: 'std::string' {aka 'class std::__cxx11::basic_string<char>'} has no member named 'pb'
30 | ans.pb('1');
| ^~