| Problem | atomsplit |
|---|---|
| User | ThinkingGeek257 |
| Submission Time | 2026-06-24 15:42:48 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
atomsplit.cpp: In function ‘int main()’:
atomsplit.cpp:18:15: error: ‘class std::vector<int>’ has no member named ‘top’
18 | int val = v.top();
| ^~~
atomsplit.cpp:19:5: error: ‘class std::vector<int>’ has no member named ‘pop’
19 | v.pop();
| ^~~