Problem shiritori_ex
User JoshJuice
Submission Time 2025-06-05 00:24:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

shiritori_ex.cpp:3:8: error: empty character constant
3 | print('''7\n8 7 5 2 9 3 0''')
| ^~
shiritori_ex.cpp:3:28: error: empty character constant
3 | print('''7\n8 7 5 2 9 3 0''')
| ^~
shiritori_ex.cpp:1:1: error: ā€˜n’ does not name a type
1 | n=int(input())
| ^