#include #include int main(){int a,b;srand(time(NULL));a=rand();scanf("%d",&b);a==b?printf("true"):printf("false");return 0;}
//运行示例: