Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
316580 gyszwuxinchen25 星号三角阵(三) T2 C++ 解答错误 5 MS 700 KB 180 2026-04-15 17:36:35

Tests(1/10):


#include<bits/stdc++.h> using namespace std; int main() { int a; cin>>a; for(int i=1;i<=a;i++) { for(int j=i;j>=1;j--) { cout<<"*"; } cout<<endl; } }


测评信息: