Problem pancake
User Oala
Submission Time 2025-04-04 03:34:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

pancake.cpp: In function ‘void bfs(std::vector<long long int>)’:
pancake.cpp:19:14: error: ‘vec_to_string’ was not declared in this scope
19 | string idk=vec_to_string(cur);
| ^~~~~~~~~~~~~
pancake.cpp: In function ‘void work()’:
pancake.cpp:62:11: error: ‘vec_to_string’ was not declared in this scope
62 | cout<<v[vec_to_string(ori)]-1<<endl;
| ^~~~~~~~~~~~~