Problem | competition |
---|---|
User | Dynonychus |
Submission Time | 2024-02-07 23:08:56 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
competition.cpp: In function ‘int main()’:
competition.cpp:40:3: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
40 | ans += vecoo.at(i).second.first;
| ^~~
| abs
competition.cpp:43:3: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
43 | ans += vecoo.at(i).second.second;
| ^~~
| abs
competition.cpp:45:11: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
45 | cout<<ans<<endl;
| ^~~
| abs