11 条题解

  • 0
    @ 2024-9-13 21:30:13

    #include using namespace std; int main(){ char ch; cin>>ch; cout<<" "<<ch<<endl; cout<<" "<<ch<<ch<<ch<<endl; cout<<ch<<ch<<ch<<ch<<ch; return 0; }

    信息

    ID
    55
    时间
    1000ms
    内存
    128MiB
    难度
    6
    标签
    (无)
    递交数
    1258
    已通过
    390
    上传者