answer.code:1:7: error: empty character constant
1 | print('''22
| ^~
answer.code:1:9: warning: missing terminating ' character
1 | print('''22
| ^
answer.code:1:9: error: missing terminating ' character
1 | print('''22
| ^~~
answer.code:13:5: error: stray ‘#’ in program
13 | ^11 #^0
| ^
answer.code:14:2: error: stray ‘#’ in program
14 | 0# 1
| ^
answer.code:15:2: error: stray ‘#’ in program
15 | 1# #0
| ^
answer.code:15:4: error: stray ‘#’ in program
15 | 1# #0
| ^
answer.code:16:2: error: stray ‘#’ in program
16 | +# +^1
| ^
answer.code:24:1: error: empty character constant
24 | ''')
| ^~
answer.code:24:3: warning: missing terminating ' character
24 | ''')
| ^
answer.code:24:3: error: missing terminating ' character
24 | ''')
| ^~
answer.code:1:6: error: expected constructor, destructor, or type conversion before ‘(’ token
1 | print('''22
| ^