| Problem | trollingbribritt |
|---|---|
| User | undefinedcritter |
| Submission Time | 2026-04-15 15:55:05 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
trollingbribritt.cpp: In function ‘int main()’:
trollingbribritt.cpp:19:60: error: expected ‘;’ before ‘}’ token
19 | if (x <= queue.size()) {cout << queue[x-1]; cout << '\n'}
| ^
| ;
trollingbribritt.cpp:20:34: error: expected ‘;’ before ‘}’ token
20 | else {cout << -1; cout << '\n'}
| ^
| ;