Problem comments
User nmluan
Submission Time 2026-04-01 13:58:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

comments.cpp:4:2: error: expected identifier before string constant
4 | "", "", "pop", "", "", "",
| ^~
comments.cpp:4:4: error: expected ‘]’ before ‘,’ token
4 | "", "", "pop", "", "", "",
| ^
| ]
comments.cpp: In lambda function:
comments.cpp:4:4: error: expected ‘{’ before ‘,’ token
comments.cpp: At global scope:
comments.cpp:4:4: error: array must be initialized with a brace-enclosed initializer
comments.cpp:4:6: error: expected unqualified-id before string constant
4 | "", "", "pop", "", "", "",
| ^~