# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
19948 | 2016-02-25T07:45:04 Z | onjo0127 | 악수 (kriii4_D) | C++ | 0 ms | 1084 KB |
#include<stdio.h> int main() { int n; scanf("%d",&n); if(n==1) printf("0"); else if(n==2)printf("1"); else if(n==3)printf("2"); else if(n==4)printf("500000007"); else if(n==5)printf("4"); return 0; }
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Correct | 0 ms | 1084 KB | Output is correct |
2 | Correct | 0 ms | 1084 KB | Output is correct |
3 | Correct | 0 ms | 1084 KB | Output is correct |
4 | Incorrect | 0 ms | 1084 KB | Output isn't correct |
5 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Halted | 0 ms | 0 KB | - |