Problem trollingbribritt
User sussygoose
Submission Time 2025-11-13 20:11:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

trollingbribritt.cpp: In function ‘int main()’:
trollingbribritt.cpp:12:23: error: expected ‘;’ before ‘}’ token
12 | qu.push(n)
| ^
| ;
13 | } else if (cmd == 2) {
| ~
trollingbribritt.cpp:22:27: error: no match for ‘operator[]’ (operand types are ‘std::queue<int>’ and ‘int’)
22 | cout << qu[n-1] << "\n";
| ^