Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
33692 大J8(小黑子的爸爸) 【入门】图形输出2 C++ 编译错误 0 MS 0 KB 201 2023-12-31 09:31:13

Tests(0/0):


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


测评信息: