摘要: 1 static double TakeSquareRoot(int x) 2 { 3 //return Math.Sqrt(x); 4 return x + 1; 5 } 6 7 static void Main(string[] args) 8 { 9 List<int> integers = 阅读全文
posted @ 2019-11-01 10:58 超难微猫 阅读(4860) 评论(0) 推荐(0) 编辑