Run ID:103521
提交时间:2024-12-28 21:19:25
#include <stdio.h> int main(){ int n; scanf("%d",&n); if(n>60) printf("YES"); else printf("NO"); return 0; }