- 博客(2)
- 收藏
- 关注
原创 winfrom新手练习猜数小游戏:猜0-100整数
winfrom新手练习猜数小游戏:猜0-100整数 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace 猜数游戏
2020-11-24 10:10:13
981
原创 0-100质数
using System; using System.ComponentModel.DataAnnotations; /// /// 新手练习0-100质数 /// namespace 质数 { class count { static void Main(string[] args) { int sum = 0; for (int i = 1; i <= 100; i++) { int count = 0;
2020-09-29 11:19:02
467
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人