1 条题解

  • 1
    @ 2025-10-25 11:16:48

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

    • 1

    信息

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