Problem sandcity
User silvspider
Submission Time 2024-07-20 11:35:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sandcity.cpp: In function ‘int main()’:
sandcity.cpp:34:20: error: expected primary-expression at end of input
34 | results[q] =
| ^
sandcity.cpp:34:20: error: expected ‘}’ at end of input
sandcity.cpp:26:33: note: to match this ‘{’
26 | for (int q = 0; q < Q; ++q) {
| ^
sandcity.cpp:34:20: error: expected ‘}’ at end of input
34 | results[q] =
| ^
sandcity.cpp:6:12: note: to match this ‘{’
6 | int main() {
| ^