Problem integralmania
User aj
Submission Time 2025-01-24 14:35:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

integralmania.cpp: In function ‘int main()’:
integralmania.cpp:49:13: error: ‘answer’ was not declared in this scope; did you mean ‘answer_odd’?
49 | if (answer.size() < 2) {
| ^~~~~~
| answer_odd
integralmania.cpp:56:20: error: ‘answer’ was not declared in this scope; did you mean ‘answer_odd’?
56 | for (int i=0;i<answer.size();i++){
| ^~~~~~
| answer_odd