제출 #3716

#제출 시각아이디문제언어결과실행 시간메모리
3716The_KMJ_GodAncient symbol (kriii1_A)C++98
0 / 1
0 ms1088 KiB
#include<stdio.h> int main() { int x; scanf("%d",&x); if(x==0) { printf("1\n"); } else { printf("-1\n"); } }
#Verdict Execution timeMemoryGrader output
Fetching results...