Problem | sumofdigits |
---|---|
User | GenericUsername |
Submission Time | 2024-12-11 21:06:24 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sumofdigits.cpp:1:1: error: ‘nums’ does not name a type
1 | nums = [int(a) for a in input()]
| ^~~~