6 条题解

  • -1
    @ 2026-5-16 22:45:07

    #include <bits/stdc++.h> using namespace std; int main() { cout << " * * * *" << endl; cout << " * *" << endl; cout << " * " << endl; cout << " * * *" << endl; return 0;

    信息

    ID
    18202
    时间
    1000ms
    内存
    256MiB
    难度
    3
    标签
    (无)
    递交数
    556
    已通过
    278
    上传者