| Problem | sort |
|---|---|
| User | lzy |
| Submission Time | 2024-12-16 15:07:12 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sort.cpp:5:18: error: empty character constant
5 | print(i,' ',end='')
| ^~
sort.cpp:1:1: error: ‘num_list’ does not name a type
1 | num_list = [int(i) for i in (input().strip()).split()]
| ^~~~~~~~