#41948: easy~


yp11351280@yphs.tp.edu.tw (810-43韓睿哲)

學校 : 臺北市私立延平高級中學
編號 : 276272
來源 : [203.72.178.1]
最後登入時間 :
2025-10-07 16:36:49

#include<bits/stdc++.h>
using namespace std;
int main(){
    int a, b=0, c,d,e;
    for(int f=1;f<6;f++){
        cin>>c>>d>>e;
        if(c<d+e&&d<c+e&&e<d+c)
            b+=1;
        else
            b=b;
    }
    cout<<b<<endl;
}