# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
20193 | kipa00 | 팩토리얼 세제곱들의 합 (YDX14_fact) | C++98 | 2 ms | 0 KiB |
This submission is migrated from previous version of oj.uz, which used different machine for grading. This submission may have different result if resubmitted.
#include <cstdio>
int main() {
int n, k;
scanf("%d%d", &n, &k);
printf("%c\n", "124141262812165"[((n>=4)?4:n)+k*5-5]);
return 0;
}
Compilation message (stderr)
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |