Problem trollingbribritt
User sussyimpasta
Submission Time 2025-04-17 11:50:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

trollingbribritt.cpp:1:2: error: expected unqualified-id before ‘<’ token
1 | <bits/stdc++.h>
| ^
trollingbribritt.cpp: In function ‘int main()’:
trollingbribritt.cpp:5:5: error: ‘cin’ was not declared in this scope
5 | cin >> q;
| ^~~
trollingbribritt.cpp:6:5: error: ‘vector’ was not declared in this scope
6 | vector<long long> v;
| ^~~~~~
trollingbribritt.cpp:6:12: error: expected primary-expression before ‘long’
6 | vector<long long> v;
| ^~~~
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 ‘}’