Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
33686 大J8(小黑子的爸爸) 【入门】图形输出1 C++ 通过 0 MS 256 KB 185 2023-12-31 09:19:59

Tests(20/20):


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


测评信息: