2 条题解

  • 1
    @ 2024-1-31 10:23:26

    It's too simple!(太简单了!),直接上代码:

    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
    	cout<<"   春晓"<<endl;
        cout<<" 唐 孟浩然"<<endl;
        cout<<"春眠不觉晓,"<<endl;
        cout<<"处处闻啼鸟。"<<endl; 
        cout<<"夜来风雨声,"<<endl;
        cout<<"花落知多少。";
    	return 0;
    }
    
    
    

    信息

    ID
    8
    时间
    1000ms
    内存
    64MiB
    难度
    7
    标签
    递交数
    112
    已通过
    26
    上传者