5 条题解

  • 1
    @ 2026-7-10 16:57:25

    #include #include using namespace std; int main() { int a,b,c; cin >> a >> b >> c; cout << setw(8) << a << ' '; cout << setw(8) << b << ' '; cout << setw(8) <<c; return 0; }

    信息

    ID
    848
    时间
    1000ms
    内存
    256MiB
    难度
    2
    标签
    递交数
    317
    已通过
    132
    上传者