Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
53781 | 该账号已封禁 | 字符三角形 | C++ | Accepted | 0 MS | 248 KB | 198 | 2024-10-25 14:44:56 |
#include<bits/stdc++.h> using namespace std; int main() { char ch; cin>>ch; cout<<" "<<ch<<endl; cout<<" "<<ch<<ch<<ch<<endl; cout<<ch<<ch<<ch<<ch<<ch; return 0; }