Problem shiritori_ex
User AlphanumericUsername
Submission Time 2025-01-01 12:49:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

shiritori_ex.cpp:4:11: error: empty character constant
4 | print('''7\n2 5 7 8 4 0 3''')
| ^~
shiritori_ex.cpp:4:31: error: empty character constant
4 | print('''7\n2 5 7 8 4 0 3''')
| ^~
shiritori_ex.cpp:1:1: error: ‘a’ does not name a type
1 | a = int(input())
| ^