0_0_38686185_32377.cpp:67:17: error: stray '\' in program
67 | p = \ L
| ^
0_0_38686185_32377.cpp: In function 'void calc()':
0_0_38686185_32377.cpp:67:25: error: 'L' was not declared in this scope
67 | p = \ L
| ^
0_0_38686185_32377.cpp:67:26: error: expected '}' at end of input
67 | p = \ L
| ^
0_0_38686185_32377.cpp:58:34: note: to match this '{'
58 | for (int i = 2; i <= N; ++i) {
| ^
0_0_38686185_32377.cpp:67:26: error: expected '}' at end of input
67 | p = \ L
| ^
0_0_38686185_32377.cpp:52:13: note: to match this '{'
52 | void calc() {
| ^
|