Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
64369 | weichenyang | 字符三角形 | C++ | Compile Error | 0 MS | 0 KB | 214 | 2025-04-20 11:51:15 |
#include<iostream> //#include <iomanip>//包含iomanip头文件 using namespace std; int main() { char a; cin>>a; cout<<" *"<<endl<<" ***"<<endl<<"*****"endl; return 0; }