1 해설

  • 0
    @ 2024-10-26 21:16:16

    #include<stdio.h>

    int main()

    {

    int n;

    scanf("%d",&n);

    int cnt = 0;

    while(n--){

    int a,b;

    scanf("%d %d",&a,&b);

    if(a<60||b<60){

    cnt++;

    }

    }

    printf("%d\n",cnt);

    return 0;

    }

    • 1

    정보

    ID
    386
    시간
    1000ms
    메모리
    128MiB
    난이도
    3
    태그
    (N/A)
    제출 기록
    93
    맞았습니다.
    52
    아이디