Problem pythonlist
User MCSG
Submission Time 2025-06-18 09:30:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

pythonlist.cpp:28:2: error: stray ‘#’ in program
28 | }#include <bits/stdc++.h>
| ^
pythonlist.cpp:28:3: error: ‘include’ does not name a type
28 | }#include <bits/stdc++.h>
| ^~~~~~~
pythonlist.cpp:32:8: error: redefinition of ‘int main()’
32 | signed main(){
| ^~~~
pythonlist.cpp:5:8: note: ‘int main()’ previously defined here
5 | signed main(){
| ^~~~