秋祭 | 静岡高校工学部



卬高杯


提出詳細

提出id提出時刻ユーザー名問題言語判定状況判定実行時間
1147862023-10-24 08:07:25hiikunZDcpp17/17AC233

#include <bits/stdc++.h>
using namespace std;
//#include<atcoder/all>
//using namespace atcoder;
using ll = long long int;
using ull = unsigned long long int;
using ld = long double;
constexpr ll MAX = 2000000000000000000;
constexpr ld PI = 3.14159265358979;
constexpr ll MOD = 0;//2024948111;
ld dotorad(ld K){ return PI * K / 180.0; }
ld radtodo(ld K){ return K * 180.0 / PI; }
mt19937 mt;
void randinit(){ srand((unsigned)time(NULL));mt = mt19937(rand()); }
int main(){
    ll N;
    cin >> N;
    for(ll i = 0;i < N;i++){
        ld d;
        cin >> d;
        if(170.0 <= d){
            cout << "Yes";
        }
        else{
            cout << "No";
        }
        cout << " \n"[i == N - 1];
    }
}

sample1.txt AC 2
sample2.txt AC 2
sample3.txt AC 3
case1.txt AC 221
case2.txt AC 137
case3.txt AC 140
case4.txt AC 163
case5.txt AC 108
case6.txt AC 174
case7.txt AC 51
case8.txt AC 233
case9.txt AC 201
case10.txt AC 202
case11.txt AC 2
case12.txt AC 3
case13.txt AC 5
case14.txt AC 74
233 AC233 AC