全部评论 5

  • 文字去掉 return后面加上空格 最后加个反大括号 头文件加个"d"

    问题解决

    2024-08-15 来自 浙江

    1
  • 自己找吧

    2023-12-02 来自 北京

    1
    • ☼☜❄🕆☼☠📁🖴

      ❄☟☜☼☜ 💣🕆💧❄ 👌☜ ✌ 💧🏱✌👍☜ 👌☜❄🕈☜☜☠ ☠ ✌☠👎 📁.

      (return0;
      }
      n与0之间要有空格。)

      2024-04-07 来自 广东

      0
  • #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;
    }//stc改为stdc,#防抄袭已开启删掉,return0;改为return 0;

    2天前 来自 广东

    0
  • 你的那个小小retur^n好像有问题耶

    2024-08-15 来自 浙江

    0
  • 喜提编译错误😂

    2024-08-15 来自 浙江

    0
首页