Problem pythonlist
User Rohith0009
Submission Time 2025-06-18 09:17:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

pythonlist.cpp: In function ‘int main()’:
pythonlist.cpp:36:16: error: a function-definition is not allowed here before ‘{’ token
36 | void fast_io() {
| ^
pythonlist.cpp:43:15: error: a function-definition is not allowed here before ‘{’ token
43 | signed main() {
| ^
pythonlist.cpp:66:1: error: expected ‘}’ at end of input
66 | }
| ^
pythonlist.cpp:20:15: note: to match this ‘{’
20 | signed main() {
| ^