# |
Submission time |
Handle |
Problem |
Language |
Result |
Execution time |
Memory |
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;
}
# |
Verdict |
Execution time |
Memory |
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 |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Halted |
0 ms |
0 KB |
- |