| Problem | joke |
|---|---|
| User | Xiaoyang |
| Submission Time | 2026-05-28 11:32:33 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
joke.cpp: In function ‘int main()’:
joke.cpp:66:3: error: expected ‘;’ before ‘if’
66 | if(t<=Q)query_front=queries[t].fi;
| ^~
joke.cpp:67:3: error: ‘else’ without a previous ‘if’
67 | else query_front=inf;
| ^~~~