제출 #758482

#제출 시각아이디문제언어결과실행 시간메모리
758482Block_Cipherif-else 문 1 (BSC_0_8)Cpython 3
0 / 100
15 ms2772 KiB
s = input()
if s=='0':
  print('zero')
else:
  print('nonzero')
#Verdict Execution timeMemoryGrader output
Fetching results...