정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
Fizz Buzz 527891
런타임 에러 (RTE)
stderr:
File "Main.py", line 4 x = int(n) + 3 - l.index(n]) ^ SyntaxError: closing parenthesis ']' does not match opening parenthesis '('
Fizz
62992 62993 Fizz
런타임 에러 (RTE)
stderr:
File "Main.py", line 4 x = int(n) + 3 - l.index(n]) ^ SyntaxError: closing parenthesis ']' does not match opening parenthesis '('
Buzz
841384 Buzz Fizz
런타임 에러 (RTE)
stderr:
File "Main.py", line 4 x = int(n) + 3 - l.index(n]) ^ SyntaxError: closing parenthesis ']' does not match opening parenthesis '('
841387