Problem routine
User eipi10
Submission Time 2026-06-25 16:55:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

routine.cpp: In function ‘int main()’:
routine.cpp:32:9: error: expected ‘}’ before ‘else’
32 | else {
| ^~~~
routine.cpp:30:35: note: to match this ‘{’
30 | else if (T[1] < Q < T[2]) {
| ^
routine.cpp: At global scope:
routine.cpp:41:1: error: expected declaration before ‘}’ token
41 | }
| ^