七里笑
七里笑
全部文章
WOJ
C语言基础(1)
UVa(4)
笔试(11)
归档
标签
去牛客网
登录
/
注册
七里笑的博客
全部文章
/ WOJ
(共144篇)
WOJ:Starter:1052 - BONUS#A - 全排列
下面的代码主要是用了快速排列函数qsort 用其排序还是很方便的 #include <stdio.h> #include <stdlib.h> #include <string.h> /* 学习库函数qsort*/ int cmp(const void...
2016-08-20
0
416
WOJ:Starter:1046 - BONUS#4 - 统计字符
gets()函数不能控制输入的长度,例如 char str[100]; gets(str); 如果用户输入10000个字符,情况会怎样呢?很显然,数组越界,程序很可能会崩溃,并且还有受到恶意输入导致遭受溢出攻击的风险。 可用的替代函数是 fgets, 原型类似于 char *...
2016-08-20
0
422
WOJ1005 - Holding Animals
The total available floor space on the ark would have been over 100,000 square feet, which would be more floor space than in 20 standard sized basketb...
2016-08-20
0
444
WOJ1002-Genesis
ACM lovers are fond of searching the origin of things. So,I'll tell you the origin of the world,which is also the origin of our story-The first seven ...
2016-08-17
0
602
首页
上一页
6
7
8
9
10
11
12
13
14
15
下一页
末页