# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
19859 | 2016-02-25T06:20:39 Z | inspire12 | 트리 (kriii4_X) | C++ | 0 ms | 1084 KB |
#include <stdio.h> int main() { int a,b; int c,d; scanf("%d %d",&a,&b); for(int i=0; i<b;i++) { scanf("%d %d",&c,&d); } a=a-b; printf("%d",2^((a*a-a)/2)); }
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 0 ms | 1084 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Halted | 0 ms | 0 KB | - |