
UVa
文章平均质量分 65
yanweicode
且行且努力!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
UVa-10361-Automatic Poetry
AOAPC I: Beginning Algorithm Contests (Rujia Liu) :: Volume 1. Elementary Problem Solving :: String原创 2014-08-21 10:47:14 · 377 阅读 · 0 评论 -
UVa-673-Parentheses Balance
AOAPC I: Beginning Algorithm Contests (Rujia Liu) :: Volume 2. Data Structures :: Lists原创 2014-08-15 10:20:08 · 483 阅读 · 0 评论 -
UVa-10050-Hartals
AOAPC I: Beginning Algorithm Contests (Rujia Liu) :: Volume 2. Data Structures :: Lists原创 2014-08-16 09:07:34 · 346 阅读 · 0 评论 -
UVa-146-ID Codes
AOAPC I: Beginning Algorithm Contests (Rujia Liu) :: Volume 3. Brute Force :: Elementary Skills// 146 - ID Codes#include #include #include using namespace std;int main(void){ char i原创 2014-08-16 10:33:06 · 366 阅读 · 0 评论 -
UVa-10098-Generating Fast
AOAPC I: Beginning Algorithm Contests (Rujia Liu) :: Volume 3. Brute Force :: Elementary Skills// 10098 - Generating Fast#include #include #include using namespace std;int main(void)原创 2014-08-16 11:51:27 · 342 阅读 · 0 评论 -
UVa-729-The Hamming Distance Problem
AOAPC I: Beginning Algorithm Contests (Rujia Liu) :: Volume 3. Brute Force :: Elementary Skills原创 2014-08-16 16:18:25 · 415 阅读 · 0 评论 -
UVa-11205-The broken pedometer
AOAPC I: Beginning Algorithm Contests (Rujia Liu) :: Volume 3. Brute Force :: Elementary Skills原创 2014-08-17 15:15:44 · 366 阅读 · 0 评论 -
UVa-10487-Closest Sums
AOAPC I: Beginning Algorithm Contests (Rujia Liu) :: Volume 4. Algorithm Design原创 2014-09-14 11:42:18 · 348 阅读 · 0 评论 -
UVa-10341-Solve It
AOAPC I: Beginning Algorithm Contests (Rujia Liu) :: Volume 4. Algorithm Design原创 2014-09-24 22:54:43 · 338 阅读 · 0 评论 -
UVa-10714-Ants
AOAPC I: Beginning Algorithm Contests (Rujia Liu) :: Volume 4. Algorithm Design原创 2014-09-25 00:05:28 · 340 阅读 · 0 评论 -
UVa-11234-Expressions
AOAPC I: Beginning Algorithm Contests (Rujia Liu) :: Volume 2. Data Structures :: Lists原创 2014-09-17 11:42:25 · 390 阅读 · 0 评论 -
UVa-10763-Foreign Exchange
AOAPC I: Beginning Algorithm Contests (Rujia Liu) :: Volume 4. Algorithm Design原创 2014-09-25 17:09:44 · 526 阅读 · 0 评论 -
UVa-674-Coin Change
AOAPC I: Beginning Algorithm Contests (Rujia Liu) :: Volume 5. Dynamic Programming原创 2014-09-27 12:28:12 · 373 阅读 · 0 评论 -
UVa-133-The Dole Queue
AOAPC I: Beginning Algorithm Contests (Rujia Liu) :: Volume 2. Data Structures :: Lists原创 2014-09-18 10:19:20 · 287 阅读 · 0 评论 -
UVa-409-Excuses, Excuses!
AOAPC I: Beginning Algorithm Contests (Rujia Liu) :: Volume 1. Elementary Problem Solving ::String原创 2014-09-28 15:42:05 · 371 阅读 · 0 评论 -
UVa-10161-Ant on a Chessboard
AOAPC I: Beginning Algorithm Contests (Rujia Liu) :: Volume 1. Elementary Problem Solving :: Maths - Misc原创 2014-08-12 15:50:16 · 392 阅读 · 0 评论 -
UVa-113-Power of Cryptography
AOAPC I: Beginning Algorithm Contests (Rujia Liu) :: Volume 1. Elementary Problem Solving :: Maths - Misc原创 2014-08-12 15:11:32 · 386 阅读 · 0 评论 -
UVa-644-Immediate Decodability
AOAPC I: Beginning Algorithm Contests (Rujia Liu) :: Volume 1. Elementary Problem Solving :: String原创 2014-08-11 16:36:37 · 284 阅读 · 0 评论 -
UVa-537-Artificial Intelligence?
AOAPC I: Beginning Algorithm Contests (Rujia Liu) :: Volume 1. Elementary Problem Solving :: String// 537 - Artificial Intelligence?#include #include #include #include using namespace s原创 2014-08-22 17:11:24 · 572 阅读 · 0 评论 -
UVa-10115-Automatic Editing
AOAPC I: Beginning Algorithm Contests (Rujia Liu) :: Volume 1. Elementary Problem Solving :: String原创 2014-08-22 16:05:30 · 309 阅读 · 0 评论 -
UVa-10010-Where's Waldorf?
AOAPC I: Beginning Algorithm Contests (Rujia Liu) :: Volume 1. Elementary Problem Solving :: String原创 2014-08-22 08:49:49 · 458 阅读 · 0 评论 -
UVa-10815-Andy's First Dictionary
AOAPC I: Beginning Algorithm Contests (Rujia Liu) :: Volume 1. Elementary Problem Solving :: String原创 2014-08-23 17:19:26 · 429 阅读 · 0 评论 -
UVa-Getting Started
// 10055 - Hashmat the Brave Warrior#include using namespace std;int main(void){ long a, b; // The input numbers are not greater than 2^32 while(cin >> a >> b) cout b ? a-b:b-a) << endl; // or原创 2014-08-07 16:12:55 · 321 阅读 · 0 评论 -
UVa-748-Exponentiation
AOAPC I: Beginning Algorithm Contests (Rujia Liu) :: Volume 1. Elementary Problem Solving :: Big Number原创 2014-08-09 17:35:42 · 388 阅读 · 0 评论 -
UVa-299-Train Swapping
AOAPC I: Beginning Algorithm Contests (Rujia Liu) :: Volume 1. Elementary Problem Solving ::Sorting/Searching原创 2014-08-09 17:39:36 · 313 阅读 · 0 评论 -
UVa-10474-Where is the Marble?
AOAPC I: Beginning Algorithm Contests (Rujia Liu) :: Volume 1. Elementary Problem Solving ::Sorting/Searching原创 2014-08-09 17:39:44 · 386 阅读 · 0 评论 -
UVa-10420-List of Conquests
AOAPC I: Beginning Algorithm Contests (Rujia Liu) :: Volume 1. Elementary Problem Solving ::Sorting/Searching原创 2014-08-09 17:44:43 · 366 阅读 · 0 评论 -
UVa-401-Palindromes
AOAPC I: Beginning Algorithm Contests (Rujia Liu) :: Volume 1. Elementary Problem Solving ::String原创 2014-08-10 16:03:12 · 397 阅读 · 0 评论 -
UVa-156-Ananagrams
AOAPC I: Beginning Algorithm Contests (Rujia Liu) :: Volume 1. Elementary Problem Solving ::Sorting/Searching原创 2014-08-11 11:10:17 · 264 阅读 · 0 评论 -
UVa-10878-Decode the tape
AOAPC I: Beginning Algorithm Contests (Rujia Liu) :: Volume 1. Elementary Problem Solving :: String原创 2014-08-11 15:40:12 · 358 阅读 · 0 评论 -
UVa-424-Integer Inquiry
AOAPC I: Beginning Algorithm Contests (Rujia Liu) :: Volume 1. Elementary Problem Solving :: Big Number原创 2014-08-09 17:26:08 · 292 阅读 · 0 评论 -
UVa-10106-Product
AOAPC I: Beginning Algorithm Contests (Rujia Liu) :: Volume 1. Elementary Problem Solving :: Big Number原创 2014-08-09 17:32:18 · 490 阅读 · 0 评论 -
UVa-712-S-Trees
AOAPC I: Beginning Algorithm Contests (Rujia Liu) :: Volume 2. Data Structures :: Binary Trees原创 2014-10-23 13:24:31 · 409 阅读 · 0 评论