Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|---|
5734 | 桑迪 | 打印图形 | C++ | Accepted | 100 | 0 MS | 244 KB | 183 | 2020-08-15 08:24:28 |
#include<bits/stdc++.h> using namespace std; int main(){ cout<<" *"<<endl; cout<<" ***"<<endl; cout<<"*****"<<endl; cout<<" ***"<<endl; cout<<" *"<<endl; return 0; }