11 条题解

  • 1
    @ 2023-10-6 10:54:26

    #include #include #include <stdio.h> #include #include #include using namespace std; #define LL long long const int N=1e5; const int INF = 0x3f3f3f3f; int a,b,c; int main() { cin>>a>>b>>c; cout<<setw(8)<<a<<" "; cout<<setw(8)<<b<<" "; cout<<setw(8)<<c<<" ";

    return 0;
    

    }

    信息

    ID
    847
    时间
    1000ms
    内存
    128MiB
    难度
    6
    标签
    递交数
    1108
    已通过
    339
    上传者