| Problem | triusis |
|---|---|
| User | chenweilian |
| Submission Time | 2025-08-16 16:46:36 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
triusis.cpp: In function ‘void solve()’:
triusis.cpp:13:26: error: expected ‘;’ before ‘}’ token
13 | b[i] = m * i - poles[i]
| ^
| ;
14 | }
| ~
triusis.cpp:21:34: error: ‘xq’ was not declared in this scope
21 | if (it != s.end()) s.erase(it);xq
| ^~