Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
41735 | WZH | 图形显示 | C++ | Compile Error | 0 MS | 0 KB | 178 | 2024-02-23 09:50:23 |
#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; }