# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
20008 | 2016-02-25T08:25:29 Z | yukariko | 동전 (kriii4_E) | C++ | 0 ms | 1720 KB |
#include <bits/stdc++.h> using namespace std; #define MOD 1000000007 typedef long long lld; int main(){ int n; scanf("%d", &n); int a[]={1,1,2,4}; printf("%d", a[n-1]); return 0; }
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Correct | 0 ms | 1720 KB | Output is correct |
2 | Correct | 0 ms | 1720 KB | Output is correct |
3 | Correct | 0 ms | 1720 KB | Output is correct |
4 | Correct | 0 ms | 1720 KB | Output is correct |
5 | Incorrect | 0 ms | 1720 KB | Output isn't correct |
6 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Halted | 0 ms | 0 KB | - |