#include<stdio.h> int main() { int a; scanf("%d",&a); printf("%d\n",a>100||a<0); return 0; }
posted on 2022-04-12 20:04 王陈锋 阅读(89) 评论(0) 编辑 收藏 举报