HDU - 6066 RXD's date

Bryce1010模板

http://acm.hdu.edu.cn/showproblem.php?pid=6066

#include <iostream>

using namespace std;

int main()
{
    int t;
    cin>>t;
    int n,cnt=0;
    for(int i=0;i<t;i++)
    {
        cin>>n;
        if(n<=35)cnt++;
    }
    cout<<cnt<<endl;
    return 0;
}
posted @ 2018-07-19 09:15  Bryce1010  阅读(53)  评论(0编辑  收藏  举报