摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApp100鸡 { class Program { static void Main(string[] args) { ... 阅读全文
posted @ 2019-03-18 10:50 landv 阅读(744) 评论(0) 推荐(0) 编辑
摘要: #include "pch.h" #include #include using namespace std; int main() { std::cout << "Hello World!\n"; for (int i = 1; i < 9; i++) { for (int j = 1; j <=i ; j++) { ... 阅读全文
posted @ 2019-03-18 10:37 landv 阅读(3476) 评论(0) 推荐(0) 编辑