Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
27388 yuhengyang 字符三角形 C++ 通过 0 MS 248 KB 224 2023-10-04 12:05:25

Tests(1/1):


#include<iostream> #include<cstdio> #include<bits/stdc++.h> using namespace std; int main() { char a; cin>>a; cout<<" "<<a<<" "<<endl; cout<<" "<<a<<a<<a<<" "<<endl; cout<<a<<a<<a<<a<<a<<endl; return 0; }


测评信息: