제출 #20008

#제출 시각아이디문제언어결과실행 시간메모리
20008yukariko동전 (kriii4_E)C++98
0 / 100
0 ms1720 KiB
#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;
}
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...