
UVA题解
文章平均质量分 71
飒染霜林
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
【题解】 UVA 11136
目录 题目描述 题意分析 AC代码 题目描述 Each Mal-Wart supermarket has prepared a promotion scheme run by the following rules: • A client who wants to participate in the promotion (aka a sucker) must write down t...原创 2018-08-15 11:03:43 · 321 阅读 · 0 评论 -
【题解】UVA 1585
目录 题目描述 题意分析 AC代码 题目描述 There is an objective test result such as “OOXXOXXOOO”. An ‘O’ means a correct answer of a problem and an ‘X’ means a wrong answer. The score of each problem of this tes...原创 2018-10-17 16:46:47 · 671 阅读 · 2 评论 -
【题解】UVA 1586
目录 题目描述 题意分析 AC代码 题目描述 An organic compound is any member of a large class of chemical compounds whose molecules contain carbon. The molar mass of an organic compound is the mass of one mole of...原创 2018-10-17 17:33:39 · 700 阅读 · 0 评论 -
【题解】 UVA 272 TeX 中的引号
目录 题目描述 题意分析 AC代码 题目描述 https://vj.e949.cn/41e0e34d61d7191aed9fc036c8405496?v=1542228492 题意分析 题意: 将双引号替换 AC代码 #include <cstdio> #include <cmath> #include <iostream> #incl...原创 2018-11-15 21:19:35 · 304 阅读 · 0 评论 -
【题解】UVA 10082 WERTYU
目录 题目描述 题意分析 AC代码 题目描述 https://vj.e949.cn/17da58ae1cdd5a22021b976e9544b652?v=1542269294 题意分析 题意:键盘输入误导致 右移一位,将其还原 AC代码 /** * Copyright(c) * All rights reserved. * Author : Mingzhe * Date ...原创 2018-11-15 21:25:14 · 233 阅读 · 0 评论 -
【题解】 UVA 401 回文词
目录 题目描述 题意分析 AC代码 题目描述 https://vj.e949.cn/9b33ac42e5fbc32e8c88307566611887?v=1541912899 题意分析 题意:给你一个字符串,让你判断它是不是回文/镜像串 AC代码 /** * Copyright(c) * All rights reserved. * Author : Mingzhe...原创 2018-11-15 21:38:03 · 252 阅读 · 0 评论 -
【题解】 UVA 340 猜数字游戏的提示
目录 题目描述 题意分析 AC代码 题目描述 https://vj.e949.cn/ef72995afa0f802e4cfcb268592c3df3?v=1542412459 题意分析 题意:给出一行答案序列,再给出一系列猜测序列全为0时,猜测结束。 输出(位置正确数 , 在两个序列中出现过但位置不正确的个数) AC代码 /** * Copyrig...原创 2018-11-18 14:11:23 · 315 阅读 · 0 评论