3 条题解

  • 1
    @ 2026-5-31 10:48:07

    #include <bits/stdc++.h>

    using namespace std;

    int main() { int n; cin >> n; if (n >= 10 && n <= 99) { cout << "1"; } else { cout << "0"; } }

    信息

    ID
    30939
    时间
    1000ms
    内存
    256MiB
    难度
    2
    标签
    (无)
    递交数
    50
    已通过
    30
    上传者