Submission #3271

#TimeUsernameProblemLanguageResultExecution timeMemory
3271kriii_0 = not cute / 1 = cute (kriii1_0)C++98
1 / 1
0 ms1088 KiB
#include <stdio.h> int main() { int a=0,b=0,N,c; scanf ("%d",&N); while (N--){ scanf ("%d",&c); if (c) b++; else a++; } puts (a>b?"Junhee is not cute!":"Junhee is cute!"); return 0; }
#Verdict Execution timeMemoryGrader output
Fetching results...