3 条题解

  • 2
    @ 2023-12-2 10:15:31
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
        cout<<"   1   "<<endl;
        cout<<"  123  "<<endl;
        cout<<" 12345 "<<endl;
        cout<<"1234567";
        return 0;
    }
    

    信息

    ID
    73
    时间
    1000ms
    内存
    16MiB
    难度
    4
    标签
    递交数
    392
    已通过
    190
    上传者