- 博客(8)
- 收藏
- 关注
原创 四则运算
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication1 { class 四则运算 { static void Main(string[] args)
2014-12-11 21:44:00
370
原创 求一元二次方程
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace yiyuan { class Program { st
2014-12-11 19:54:47
421
转载 静态字段小猫
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication1 { class Cat { int a = 0; static int CatNum = 0;
2014-12-10 17:49:41
496
翻译 求两个数的和
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication9 { class Program { static void Main(string[] args) {
2014-12-10 17:15:04
410
原创 简单的人品计算器
Console.Title = "人品计算器1.0"; Console.WriteLine("人品评估报告"); Console.Write("姓名:"); string a = ""; string comment = ""; a = Console.ReadLine
2014-12-01 22:12:18
447
原创 简单的人品计算器
//using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication61 { class Program { static void Main(string[] args)
2014-12-01 22:04:51
373
原创 问题集代码
using System; /*引用System命名空间*/ namespace 331584 { class Program { static void Main(string[] args) { doubl
2014-10-12 22:48:46
308
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人