Problem | shiritori_ex |
---|---|
User | Shuhxin |
Submission Time | 2025-01-26 21:03:44 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
shiritori_ex.cpp:4:11: error: empty character constant
4 | print('''7\n8 7 5 2 9 3 0''')
| ^~
shiritori_ex.cpp:4:31: error: empty character constant
4 | print('''7\n8 7 5 2 9 3 0''')
| ^~
shiritori_ex.cpp:1:1: error: ‘a’ does not name a type
1 | a = int(input())
| ^