Problem | swords |
---|---|
User | phontoof |
Submission Time | 2023-12-27 22:54:40 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
swords.cpp:12:33: error: stray ‘#’ in program
12 | for a in range(0, len(swords)): # for every sword
| ^
swords.cpp:13:37: error: stray ‘#’ in program
13 | for b in range(0, len(swords)): # check other swords
| ^
swords.cpp:1:1: error: ‘useless’ does not name a type
1 | useless = 0
| ^~~~~~~