Problem 727
User n1k1trh
Submission Time 2025-12-24 19:22:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

727.cpp: In function ‘void solve()’:
727.cpp:23:16: error: ‘n’ was not declared in this scope
23 | REP0(i, 0, n-2) {
| ^
727.cpp:7:41: note: in definition of macro ‘REP0’
7 | #define REP0(i, x, n) for(int i = x;i < n;i++)
| ^
727.cpp:30:13: error: ‘j’ was not declared in this scope
30 | i = j - 1;
| ^