| Problem | atomsplit |
|---|---|
| User | j0ashhh |
| Submission Time | 2026-02-11 11:22:26 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
atomsplit.cpp: In function ‘int main()’:
atomsplit.cpp:11:3: error: ‘st’ was not declared in this scope; did you mean ‘t’?
11 | st.push(a);
| ^~
| t
atomsplit.cpp:15:3: error: ‘st’ was not declared in this scope; did you mean ‘t’?
15 | st.pop();
| ^~
| t