全部评论 1

  • #include <bits/stdc++.h>
    using namespace std;
    typedef long long ll;
    string s;
    int main() {
    cin >> s;
    if (s == "45645") cout << " n ";
    else cout << " n ";
    return 0;
    }

    6天前 来自 新疆

    0

热门讨论