Problem pythonlist
User PyAce
Submission Time 2025-06-18 10:00:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

pythonlist.cpp: In function ‘int main()’:
pythonlist.cpp:8:12: error: ‘sync_with_stdio’ was not declared in this scope
8 | ios_base:sync_with_stdio(0)
| ^~~~~~~~~~~~~~~
pythonlist.cpp:19:7: error: ‘vec’ was not declared in this scope
19 | vec.push_back(ANum);
| ^~~
pythonlist.cpp:20:15: error: ‘vec’ was not declared in this scope
20 | }else if((vec.empty()) && (CNum ==2)) {
| ^~~