Problem littlejohnny0
User ForgottenDragon
Submission Time 2025-12-13 09:57:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

littlejohnny0.cpp: In function ‘std::vector<int> solve(int)’:
littlejohnny0.cpp:15:23: error: unable to find numeric literal operator ‘operator""N’
15 | for (int i = 2; i <= 2N-1; i++) {
| ^~
littlejohnny0.cpp:26:7: error: unable to find numeric literal operator ‘operator""N’
26 | ans[2N-1] = *left.begin();
| ^~
littlejohnny0.cpp:27:18: error: unable to find numeric literal operator ‘operator""N’
27 | find.push_back(2N);
| ^~
littlejohnny0.cpp:39:22: error: ‘lef’ was not declared in this scope; did you mean ‘left’?
39 | ans[phase2[N-1]] = *lef.begin();
| ^~~
| left