#include <stdio.h> int main() { int a; scanf("%d",&a); if (a>=140) {//注意大于等于140 printf("Genius"); } else{ } return 0; }