编辑代码

#include <stdio.h>
int main () {
   int a,b;
  
   scanf("a","b");
   printf("pokemon");
    return 0;
}