- 博客(4)
- 收藏
- 关注
原创 C语言简易版2048
效果图: 完整的源代码: #include<stdio.h> #include<stdlib.h> #include<time.h> #include<conio.h> #include<Windows.h> //二维数组 int board[4][4] = { 0 }; int if_need_rand;//是否需要生成随机数 int...
2019-12-11 12:55:57
299
原创 HDU1093
A+B for Input-Output Practice (V) java Problem Description Your task is to calculate the sum of some integers. Input Input contains an integer N in the first line, and then N lines follow. Each li...
2019-03-18 22:43:45
144
原创 HDU2043密码(升级)
HDU2043密码(升级版) java版 题目: 首先,我们就要设置一个安全的密码。那什么样的密码才叫安全的呢?一般来说一个比较安全的密码至少应该满足以下条件: 密码长度大于等于8,且不要超过16。 安全密码中可拥有的四个字符类别分别为: 1.大写字母:A,B,C…Z; 2.小写字母:a,b,c…z; 3.数字:0,1,2…9; 4.特殊符号:~,!,@,#,$,%,^; 若出现别的字符算是没有作...
2019-03-15 22:13:21
237
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅