随笔分类 -  c++

摘要:C++语句结构 #include "iostream" using namespace std; int main() { return 0; } cout结构 cout << ... << ... << ... << endl; 非数字,用""包裹 数字可以""包围,也可以不包围 输出单份内容 c 阅读全文
posted @ 2024-07-15 17:38 短短max 阅读(32) 评论(0) 推荐(0)

//雪花飘落效果 //雪花飘落效果