
UVa_OJ
文章平均质量分 56
ashuai81
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
UVa 10071
Problem B Back to High School Physics Input: standard input Output: standard output A particle has initial velocity and constant acceler原创 2011-10-17 12:45:23 · 1374 阅读 · 0 评论 -
UVa490
490 - Rotating Sentences Time limit: 3.000 seconds Rotating Sentences In ``Rotating Sentences,'' you are asked to rota原创 2011-10-18 22:47:24 · 1748 阅读 · 0 评论 -
458 - The Decoder
The Decoder Write a complete program that will correctly decode a set of characters into a valid message. Your program should read原创 2011-10-17 23:59:29 · 940 阅读 · 0 评论 -
UVa494
#include "iostream" #include "cstdio" using namespace std; int main() { int sum=0, flat=1; char c; while((c=getchar()) != EOF)原创 2011-10-18 20:58:18 · 580 阅读 · 0 评论