Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
38573 chenyifei 字符三角形 C++ 通过 1 MS 260 KB 205 2024-01-27 18:59:27

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; return 0; }


测评信息: