秋祭 | 静岡高校工学部



卬高杯


提出詳細

提出id提出時刻ユーザー名問題言語判定状況判定実行時間
1150292023-10-26 06:05:47momoyuuDcpp17/17AC57

#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