3 条题解

  • 0
    @ 2026-5-16 11:00:30

    #include <bits/stdc++.h> using namespace std;

    int main() { cout << " *" << endl; cout << " * *" << endl; cout << " * " << endl; cout << " *" << endl; cout << " * *" << endl; cout << " * *" << endl; cout << " *" << endl; return 0; }

    信息

    ID
    18203
    时间
    1000ms
    内存
    256MiB
    难度
    5
    标签
    (无)
    递交数
    721
    已通过
    260
    上传者