Problem | pythonlist |
---|---|
User | PyAce |
Submission Time | 2025-06-18 09:31:32 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
pythonlist.cpp: In function ‘int main()’:
pythonlist.cpp:9:2: error: ‘cin_tie’ was not declared in this scope
9 | cin_tie(0);
| ^~~~~~~
pythonlist.cpp:17:7: error: ‘Cnum’ was not declared in this scope; did you mean ‘CNum’?
17 | if (Cnum == 1) {
| ^~~~
| CNum
pythonlist.cpp:20:20: error: expected ‘;’ before ‘{’ token
20 | else(vec.empty()) {
| ^~
| ;
pythonlist.cpp:22:3: error: ‘else’ without a previous ‘if’
22 | else() {
| ^~~~
pythonlist.cpp:22:8: error: expected primary-expression before ‘)’ token
22 | else() {
| ^
pythonlist.cpp:27:1: error: expected primary-expression before ‘)’ token
27 | )
| ^
pythonlist.cpp:27:1: error: expected ‘}’ at end of input
pythonlist.cpp:7:15: note: to match this ‘{’
7 | signed main() {
| ^