Problem | shiritori_ex |
---|---|
User | lty748 |
Submission Time | 2025-01-01 00:34:45 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
shiritori_ex.cpp:1:7: error: empty character constant
1 | print('''7
| ^~
shiritori_ex.cpp:1:9: error: missing terminating ' character
1 | print('''7
| ^~
shiritori_ex.cpp:2:14: error: empty character constant
2 | 2 5 7 8 4 0 3''')
| ^~
shiritori_ex.cpp:2:16: error: missing terminating ' character
2 | 2 5 7 8 4 0 3''')
| ^~
shiritori_ex.cpp:1:6: error: expected constructor, destructor, or type conversion before ‘(’ token
1 | print('''7
| ^