# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
3840 | 2013-08-31T08:44:35 Z | pmpmp | Ancient symbol (kriii1_A) | C | 0 ms | 1088 KB |
#include <stdio.h> int main () { // freopen("input.txt", "r", stdin); // freopen("output.txt", "w", stdout); int a; scanf("%d", &a); printf("%d", 1-a); }
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 0 ms | 1088 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |