Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
11832 徐一喆 C语言6.23 C++ Accepted 2 MS 688 KB 205 2021-05-17 19:22:27

Tests(1/1):


Code:

#include<bits/stdc++.h> using namespace std; int a[205]; int main() { cout<<" *"<<endl<<" ***"<<endl<<" *****"<<endl<<"*******"<<endl<<" *****"<<endl<<" ***"<<endl<<" *"<<endl; return 0; }