Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
89388 | 王煜鑫 | 06输出菱形 | C++ | Wrong Answer | 0 MS | 260 KB | 223 | 2024-08-24 14:10:31 |
#include<iostream> using namespace std; int main(){ char a='/'; cout<<" "<<a<<endl; cout<<" "<<a<<a<<a<<endl; cout<<""<<a<<a<<a<<a<<a<<endl; cout<<" "<<a<<a<<a<<endl; cout<<" "<<a<<endl; }
------Input------
0
------Answer-----
\ \\\ \\\\\ \\\ \
------Your output-----
/ /// ///// /// /