Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
50958 | fengxiaohang | 字符三角形 | C++ | Compile Error | 0 MS | 0 KB | 206 | 2024-09-16 13:49:58 |
#include<bits/stds++.h> 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; }