Problem swords
User phontoof
Submission Time 2023-12-28 01:31:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

swords.cpp:15:23: error: stray ‘#’ in program
15 | for a in range(0, n): # for every sword
| ^
swords.cpp:16:27: error: stray ‘#’ in program
16 | for b in range(0, n): # check other swords
| ^
swords.cpp:1:1: error: ‘useless’ does not name a type
1 | useless = 0
| ^~~~~~~