1 条题解

  • 0
    @ 2024-12-11 21:33:33

    #include<bits/stdc++.h> using namespace std; double s, x, w, q = 7; char sum; int main() { cin >> s >> x; while (1 + 1 == 2) { if (w >= s - x) { if (s + x < w + q * 0.98) { sum = 'n'; break; } else { sum = 'y'; break; } } w += q; q *= 0.98; } cout << sum << "\n"; return 0; }

    • 1

    信息

    ID
    5484
    时间
    1000ms
    内存
    512MiB
    难度
    1
    标签
    递交数
    66
    已通过
    39
    上传者