Problem doll_noi
User phontoof
Submission Time 2023-12-27 23:59:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

doll_noi.cpp:12:30: error: stray ‘#’ in program
12 | for a in range(len(swords)): # for every sword
| ^
doll_noi.cpp:13:34: error: stray ‘#’ in program
13 | for b in range(len(swords)): # check other swords
| ^
doll_noi.cpp:1:1: error: ‘useless’ does not name a type
1 | useless = 0
| ^~~~~~~