Problem shiritori_ex
User lty748
Submission Time 2025-01-01 00:44:46
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:8:11: error: empty character constant
8 | print('''4234
| ^~
shiritori_ex.cpp:8:13: error: missing terminating ' character
8 | print('''4234
| ^~~~~
shiritori_ex.cpp:10:1: error: empty character constant
10 | ''')
| ^~
shiritori_ex.cpp:10:3: error: missing terminating ' character
10 | ''')
| ^~
shiritori_ex.cpp:1:1: error: ‘a’ does not name a type
1 | a = int(input())
| ^