Problem playlist2
User carson
Submission Time 2025-12-15 10:29:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

playlist2.cpp: In function ‘int main()’:
playlist2.cpp:8:9: error: expected initializer before ‘<’ token
8 | queue q<ll>;
| ^
playlist2.cpp:14:4: error: ‘q’ was not declared in this scope
14 | q.push_back(a);
| ^
playlist2.cpp:17:4: error: ‘q’ was not declared in this scope
17 | q.pop();
| ^
playlist2.cpp:20:12: error: ‘q’ was not declared in this scope
20 | cout << q.front() << "\n";
| ^