Problem swords
User phontoof
Submission Time 2023-12-27 22:23:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

swords.cpp:17:29: error: stray ‘#’ in program
17 | atts.append(int(sw[0])) # attack
| ^
swords.cpp:18:29: error: stray ‘#’ in program
18 | defs.append(int(sw[1])) # defend
| ^
swords.cpp:1:1: error: ‘useless’ does not name a type
1 | useless = 0
| ^~~~~~~