Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
37274 奚晨瑞 字符三角形 C++ 通过 0 MS 252 KB 193 2024-01-19 19:38:01

Tests(1/1):


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


测评信息: