Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
328941 黄浙峰老师 【C1-T】输出字符菱形 C++ 通过 100 2 MS 256 KB 236 2025-07-07 17:02:03

Tests(1/1):


#include<iostream> using namespace std; int main() { char ch; cin>>ch; cout<<" "<<ch<<endl; cout<<" "<<ch<<ch<<ch<<endl; cout<<ch<<ch<<ch<<ch<<ch<<endl; cout<<" "<<ch<<ch<<ch<<endl; cout<<" "<<ch<<endl; return 0; }


测评信息: