• 个人简介

    #include using namespace std; int main(){ int res[11]; int h; int cc=0; for(int i=1;i<=10;i++){ cin>>res[i]; } cin>>h; h+=30; for(int i=1;i<=10;i++){ if(h>=res[i]){ cc++; } } cout<<cc; return 0; }

  • 最近活动

    This person is lazy and didn't join any contests or homework.
  • 最近编写的题解

    This person is lazy and didn't write any solutions.
  • Stat

  • Rating