Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|---|
93891 | liyichen | 星号等腰三角形 | C++ | Wrong Answer | 0 | 0 MS | 240 KB | 146 | 2024-05-04 20:42:57 |
#include<bits/stdc++.h> using namespace std; int main(){ cout << " *" << endl; cout << " ***" << endl; cout << "*****" << endl; }