제출 #3519

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