Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
26289 | ☩Deutschland☩ | 字符三角形 | C++ | Accepted | 0 MS | 252 KB | 168 | 2023-09-02 11:42:17 |
#include<iostream> using namespace std; int main(){ char op; cin>>op; cout<<" "<<op<<endl<<" "<<op<<op<<op<<endl<<op<<op<<op<<op<<op; return 0; }