小学生c++编程资料
链接:https://pan.baidu.com/s/1XlA5AcjDXz5YWOFT32gSmw
提取码:9iz9
#include<iostream> using namespace std; int main() { cout<<"春 晓"<<endl; cout<<"春眠不觉晓,"<<endl; cout<<"处处蚊子咬。"<<endl; cout<<"夜来嗡嗡声,"<<endl; cout<<"脓包知多少。"<<endl; return 0; }
原文:https://www.cnblogs.com/kixiaoyuan/p/12694703.html