嘻嘻嘻,这道题············

nnn 2021-05-11 20:20:50 2021-05-12 17:52:32 6
#include <iostream>

using namespace std;
int main() {
    int a, b, c, d;
    cin >> a >> b >> c >> d;
    if (b >= c)
        cout << "YES";
    else
        cout << "NO";
    return 0;
}
{{ vote && vote.total.up }}

共 1 条回复

YHF 黑铁V