# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
13475 | 79brue | 0 = not cute / 1 = cute (kriii1_0) | C11 | 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 t,n,yes=0,no=0;scanf("%d",&t);while(t--){scanf("%d",&n);if(n==0)no+=1;else yes+=1;}if(no<yes)printf("Junhee is cute!");else printf("Junhee is not cute!");}
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |