自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 收藏
  • 关注

原创 UVa 12504 Updating a Dictioinary

题目:UVa 12504 Updating a Dictionary 分析: 键值对可用map来处理,即map[ key ] = value。 因为有三种情况要讨论,股分别用set保存对应变化的键值,顺便排序。 读入需要注意,通过冒号来区分key和value,不同键值对用 ',' 和 '}‘区分,而 '}' 代表此行的读入停止。 代码: #include #include #inc

2015-03-21 19:55:14 450

原创 UVa 1595 Symmetry

Symmetry Time Limit: 3000MS   Memory Limit: Unknown   64bit IO Format: %lld & %llu Submit Status Description The figure shown on the left is left-right symmetric as

2015-03-15 17:44:52 357

原创 UVa 1593 Alignment of Code

Alignment of Code Time Limit: 3000MS   Memory Limit: Unknown   64bit IO Format: %lld & %llu Submit Status Description You are working in a team that writes Incredib

2015-03-15 16:24:56 329

原创 UVa 10763 Foreign Exchange

Problem E Foreign Exchange Input: standard input Output: standard output Time Limit: 1 second Your non-profit organization (iCORE - international Confederation of Revolver Enthusiasts) coordi

2015-03-15 15:25:36 289

原创 UVa 10935 Throwing cards away 1

Throwing cards away I Time Limit: 3000MS   Memory Limit: Unknown   64bit IO Format: %lld & %llu Submit Status Description Problem B: Throwing cards away I Given is

2015-03-15 14:57:56 367

原创 UVa 1594 Ducci Sequence

Ducci Sequence Time Limit: 3000MS   Memory Limit: Unknown   64bit IO Format: %lld & %llu Submit Status Description A Ducci sequence is a sequence of n-tuples of int

2015-03-15 13:34:11 334

原创 UVa 201 Squares

Squares

2015-03-11 16:49:36 379

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除