2021年10月17日

摘要: using System; using System.Collections.Generic; namespace Test_1_4 { class Program { static void Main(string[] args) { List<string> str = new List<str 阅读全文

posted @ 2021-10-17 16:58 ***Pepsi*** 阅读(710) 评论(0) 推荐(0) 编辑

摘要: using System; namespace Test_1_3 { class Program { static void Main(string[] args) { int sum = 2; bool flag = false; while (sum < int.MaxValue && flag 阅读全文

posted @ 2021-10-17 16:57 ***Pepsi*** 阅读(279) 评论(0) 推荐(0) 编辑

摘要: using System; using System.Collections.Generic; using System.Text; namespace Test_1 { class test_1_2 { static void Main(String[] args) { int i; while 阅读全文

posted @ 2021-10-17 10:57 ***Pepsi*** 阅读(256) 评论(0) 推荐(0) 编辑

摘要: using System; namespace Test_1 { class test_1_1 { static void Main(string[] args) { int i; double t_1, t_2, t_3;//三角形的三条边 double r_len, r_wid;//长方形的长宽 阅读全文

posted @ 2021-10-17 10:37 ***Pepsi*** 阅读(571) 评论(0) 推荐(0) 编辑


Copyright © 2024 ***Pepsi***
Powered by .NET 8.0 on Kubernetes