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