Problem integralmania
User j0ashhh
Submission Time 2026-02-02 22:05:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

integralmania.cpp: In function ‘int main()’:
integralmania.cpp:19:6: error: ‘A’ was not declared in this scope
19 | if(A == "S"){
| ^
integralmania.cpp:30:8: error: ‘class std::vector<int>’ has no member named ‘pop_front’
30 | odd.pop_front();
| ^~~~~~~~~