Problem trollingbribritt
User sussygoose
Submission Time 2025-11-13 20:15:52
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:34: error: ‘class std::queue<int>’ has no member named ‘top’; did you mean ‘pop’?
22 | cout << temp.top() << "\n";
| ^~~
| pop