제출 #19579

#제출 시각아이디문제언어결과실행 시간메모리
19579thebarbershopif-else 문 1 (BSC_0_8)C++98
100 / 100
0 ms1084 KiB
#include <cstdio> int main() { int a; scanf("%d", &a); if(a) printf("nonzero"); else printf("zero"); return 0; }
#Verdict Execution timeMemoryGrader output
Fetching results...