全部评论 1

  • 题解
    原题链接:512.输出图形4
    userId_undefined
    AAA混泥土批发ppl哥

    出道萌新题解仙人荣耀黄金时间刺客时空双修者CSP-J一等奖
    2025-07-07 16:12:20

    发布于:浙江

    8
    阅读
    1
    回复
    3
    点赞
    模拟即可

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

    2025-08-06 来自 浙江

    0
暂无数据

提交答案之后,这里将显示提交结果~

首页