Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
13148 祝易涛 C语言6.23 C++ Accepted 1 MS 700 KB 294 2021-05-25 16:37:12

Tests(1/1):


Code:

#include <iostream> using namespace std; int main() { cout<<" "<<"*"<<" "<<endl; cout<<" "<<"***"<<" "<<endl; cout<<" "<<"*****"<<" "<<endl; cout<<"*******"<<endl; cout<<" "<<"*****"<<" "<<endl; cout<<" "<<"***"<<" "<<endl; cout<<" "<<"*"<<" "<<endl; return 0; }