卬高杯
提出id | 提出時刻 | ユーザー名 | 問題 | 言語 | 判定状況 | 判定 | 実行時間 |
---|---|---|---|---|---|---|---|
115029 | 2023-10-26 06:05:47 | momoyuu | D | cpp | 17/17 | AC | 57 |
#include<bits/stdc++.h>
using namespace std;
using ll = long long;
int main(){
cin.tie(nullptr);
ios::sync_with_stdio(false);
int n;
cin>>n;
for(int i = 0;i<n;i++){
if(i) cout<<" ";
double now;
cin>>now;
now *= 10;
if(now<1700) cout<<"No";
else cout<<"Yes";
}
cout<<endl;
}
sample1.txt AC 3 sample2.txt AC 7 sample3.txt AC 7 case1.txt AC 57 case2.txt AC 19 case3.txt AC 28 case4.txt AC 25 case5.txt AC 24 case6.txt AC 51 case7.txt AC 8 case8.txt AC 42 case9.txt AC 38 case10.txt AC 29 case11.txt AC 3 case12.txt AC 5 case13.txt AC 7 case14.txt AC 35 57 AC57 AC