답안 #758482

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
758482 2023-06-14T16:29:58 Z Block_Cipher if-else 문 1 (BSC_0_8) Python 3
0 / 100
15 ms 2772 KB
s = input()
if s=='0':
  print('zero')
else:
  print('nonzero')
# 결과 실행 시간 메모리 Grader output
1 Incorrect 15 ms 2772 KB Output isn't correct
2 Halted 0 ms 0 KB -