| Problem | trollingbribritt |
|---|---|
| User | sussyimpasta |
| Submission Time | 2025-04-17 11:50:38 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
trollingbribritt.cpp: In function ‘int main()’:
trollingbribritt.cpp:7:26: error: expected ‘)’ before ‘;’ token
7 | while(long long i = 0; i < q; i++){
| ~ ^
| )
trollingbribritt.cpp:7:28: error: ‘i’ was not declared in this scope
7 | while(long long i = 0; i < q; i++){
| ^
trollingbribritt.cpp:21:32: error: expected ‘}’ at end of input
21 | else cout << v[k-1];
| ^
trollingbribritt.cpp:3:12: note: to match this ‘{’
3 | int main() {
| ^