Problem examstress2_ex
User Shadow1
Submission Time 2024-09-13 15:51:56
Score 0

Compile Error

examstress2_ex.cpp:3:14: error: empty character constant
3 | for x in ''.__class__.__base__.__subclasses__()
| ^~
examstress2_ex.cpp:7:46: error: missing terminating " character
7 | b.__dict__[chr(ord("d")+1)+"xec"](compile(f"""
| ^
examstress2_ex.cpp:8:47: error: stray ‘\’ in program
8 | i{chr(ord('l')+1)}port {chr(ord('n')+1)}s as s\ni{chr(ord('l')+1)}port io
| ^
examstress2_ex.cpp:35:9: error: missing terminating " character
35 | main()""",'<stdin>','exe'+chr(ord('b')+1)))
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
examstress2_ex.cpp:1:1: error: ‘b’ does not name a type
1 | b = [
| ^
examstress2_ex.cpp:8:19: error: ‘port’ does not name a type
8 | i{chr(ord('l')+1)}port {chr(ord('n')+1)}s as s\ni{chr(ord('l')+1)}port io
| ^~~~
examstress2_e