# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
26054 | TAMREF | 0 = not cute / 1 = cute (kriii1_0) | C++11 | 0 ms | 1116 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,u,x=0;
for(scanf("%d",&N);N--;){
scanf("%d",&u);
x+=(u?1:-1);
}
puts(x>0?"Junhee is cute":"Junhee is not cute");
}
Compilation message (stderr)
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |