Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
13153 张韵希 C语言6.23 C++ Accepted 3 MS 684 KB 264 2021-05-25 16:39:59

Tests(1/1):


Code:

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