#22856: ans沒錯的


ce5324 (伃)

學校 : 臺北市私立延平高級中學
編號 : 128513
來源 : [219.70.166.115]
最後登入時間 :
2021-06-06 21:44:53
d511. 小明的作業 -- 板橋高中教學題 | From: [203.72.178.252] | 發表日期 : 2020-10-07 17:41

#include <iostream> 

using namespace std;

int main()

{

int a,b,c;

int ans=0;

for(int i=1; i<=5; i=i+1)

{

cin>>a>>b>>c;

if(a+b>c && a+c>b && c+b>a) ans++;

}

cout<<ans<<endl;

}

 
ZeroJudge Forum