Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
72705 sh25_zhuwy 字符三角形 C++ 通过 0 MS 248 KB 153 2025-11-02 13:56:07

Tests(1/1):


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


测评信息: