7 条题解

  • -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
    难度
    4
    标签
    (无)
    递交数
    646
    已通过
    318
    上传者