Problem | chope |
---|---|
User | yf004 |
Submission Time | 2023-12-09 11:31:06 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
chope.cpp:14:1: error: empty character constant
14 | '''print(i)
| ^~
chope.cpp:14:3: error: missing terminating ' character
14 | '''print(i)
| ^~~~~~~~~
chope.cpp:16:31: error: empty character constant
16 | print([1 for x in range(n-i)])'''
| ^~
chope.cpp:16:33: error: missing terminating ' character
16 | print([1 for x in range(n-i)])'''
| ^
chope.cpp:1:1: error: ānā does not name a type
1 | n, l = map(int, input().split())
| ^