#include <stdio.h> int main() { int x; scanf("%d",&x); if(x>=140) printf("Genius"); return 0; }
相关推荐