1 solutions

  • 0
    @ 2026-1-21 11:45:34
    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
        int s=0;
        while(1)
        {
            int n;
            cin>>n;
            if(n==0)break;
            if(n<=60)s++;
        }
        cout<<s;
    }
    

    Information

    ID
    1812
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    10
    Tags
    # Submissions
    5
    Accepted
    4
    Uploaded By