| Problem | party_noi |
|---|---|
| User | guru1396 |
| Submission Time | 2025-01-29 19:55:50 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
party_noi.cpp:2:37: error: stray ‘#’ in program
2 | a = list(map(int, input().split())) # converts every input to an integer into a list
| ^
party_noi.cpp:3:22: error: stray ‘#’ in program
3 | a.sort(reverse=True) # sorts the list in descending order
| ^
party_noi.cpp:1:1: error: ‘n’ does not name a type
1 | n = int(input())
| ^