| Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|
| 41732 | WZH | 图形显示 | C++ | Compile Error | 0 MS | 0 KB | 177 | 2024-02-23 09:49:35 |
#include<iostream> using namespace std; int main() { int n; cin>>n; for(int i=0;i<ni++){ for(int j=0;j<n-i;j++){ cout<<"*"; } cout<<" "; } return 0; }