×
解除綁定,重新設定系統帳號的密碼
您的系統帳號 ID:
您的系統帳號:
您的帳號暱稱:
設定新密碼:
設定新密碼:
×
請輸入要加入的「課程代碼」
請向開設課程的使用者索取「課程代碼」
分類題庫
解題動態
排行榜
討論區
競賽區
登入
註冊
發表新討論
#39903: c++詳解
yp11251144@yphs.tp.edu.tw
(704-38曾湛)
學校 : 臺北市私立延平高級中學
編號 : 237373
×
傳送站內訊息
傳給:
主題:
內容:
來源 : [203.72.178.1]
最後登入時間 :
2024-09-11 08:42:49
f338.
2. 后羿射日(Archer)
--
TOI
2020年
8月
新手同好會
| From: [203.72.178.1] | 發表日期 : 2024-04-11 17:52
hellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohello
#include <bits/stdc++.h>
using namespace std;
int main()
{
int ax,ay,al,r;
cin>>ax>>ay>>al>>r;
int n;
cin>>n;
int sum=0;
for(int i=1; i<=n; i++){
int x,y,l,d;
cin>>x>>y>>l;
d=(ax-x)*(ax-x)+(ay-y)*(ay-y);
if((d<=r*r) && (al>=l)) sum+=1;
}
cout<<sum<<endl;
}
ZeroJudge Forum