1 条题解

  • 1
    @ 2026-1-9 17:12:14
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
        int n;
        cin>>n;
        cout<<n/13<<endl<<n%13;
        return 0;
    }
    
    • 1

    信息

    ID
    10013
    时间
    1000ms
    内存
    512MiB
    难度
    1
    标签
    递交数
    7
    已通过
    6
    上传者