# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
19809 | onjo0127 | 악수 (kriii4_D) | C++98 | 0 ms | 1084 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<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("3");
else if(n==5)printf("4");
return 0;
}
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |