
紫书03习题
文章平均质量分 60
一只code可爱呀
心和舞台是逐渐放大
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
uva1225 数数字 字符串与数组03-习题3
Trung is bored with his mathematics homeworks. He takes a piece of chalk and starts writing a sequence of consecutive integers starting with 1 to N (1 < N < 10000). After that, he counts the number of原创 2017-04-10 17:04:22 · 288 阅读 · 0 评论 -
uva1586 字符串与数组03-习题2
#include <iostream> #include <cstdio> #include <cstdlib> #include <algorithm> #include <cstring> #include <cctype> using namespace std;int main() { int t; int m=0; double sum=0; char s[原创 2017-04-07 16:56:31 · 416 阅读 · 0 评论 -
uva455 周期串 第三章习题4
A character string is said to have period k if it can be formed by concatenating one or more repetitions of another string of length k. For example, the string ”abcabcabcabc” has period 3, since it is原创 2017-04-10 20:11:33 · 343 阅读 · 0 评论