Run ID:103034
提交时间:2024-12-28 10:29:04
#include <iostream> using namespace std; int main() { cout<<" 春晓"<<endl; cout<<"春明不觉晓,"<<endl; cout<<"处处闻啼鸟."<<endl; cout<<"夜来风雨声,"<<endl; cout<<"花落知多少."<<endl; return 0; }