답안 #6919

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
6919 2014-07-10T13:21:05 Z kipa00 세 명의 친구들 (BOI14_friends) C++
0 / 100
0 ms 1088 KB
#include <cstdio>

int main() {
  int N;
  scanf("%d", &N);
  printf("NOT %s\n", (N & 1) ? "UNIQUE" : "POSSIBLE");
  return 0;
}
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 1088 KB Output isn't correct
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 1088 KB Output isn't correct
2 Halted 0 ms 0 KB -