1 条题解

  • 0
    @ 2026-4-2 18:45:23

    #include<bits/stdc++.h> using namespace std; int main(){ int n; cin >> n; n = n + 2; if (n > 7){ cout << n - 7; }else { cout << n; } return 0; }

    • 1

    信息

    ID
    55
    时间
    1000ms
    内存
    256MiB
    难度
    4
    标签
    递交数
    209
    已通过
    90
    上传者