
模拟
文章平均质量分 87
墓菱
这个作者很懒,什么都没留下…
展开
-
Very Simple Calculator
This problem doesn’t have a story. You just have to write a calculator which could perform simple binary operations. You will be given an expression and your program should calculate it’s result. Expr...原创 2018-04-11 16:35:24 · 184 阅读 · 0 评论 -
Dice Notation (ZOJ-3930)
Time Limit: 2 Seconds Memory Limit: 65536 KB...<Saika> I want to get some water from this strange lake. I have a bottle.<Keeper> OK.<Saika> Then I want to go forward to look int...原创 2018-04-05 07:22:09 · 354 阅读 · 0 评论 -
How Many Nines(ZOJ - 3950)
Time Limit: 1 Second Memory Limit: 65536 KBIf we represent a date in the format YYYY-MM-DD (for example, 2017-04-09), do you know how many 9s will appear in all the dates between Y1-M1-D1 and Y2-...原创 2018-04-03 11:07:34 · 194 阅读 · 0 评论 -
Seven-Segment Display(ZOJ - 3954)
Time Limit: 1 Second Memory Limit: 65536 KBA seven segment display, or seven segment indicator, is a form of electronic display device for displaying decimal numerals that is an alternative to th...原创 2018-04-03 11:01:17 · 341 阅读 · 0 评论 -
String Successor(ZOJ - 3490 )
The successor to a string can be calculated by applying the following rules: Ignore the nonalphanumerics unless there are no alphanumerics, in this case, increase the rightmost character in the st原创 2018-02-05 18:48:09 · 278 阅读 · 0 评论 -
Kattis - 2048
2048 is a single-player puzzle game created by Gabriele Cirulli1. It is played on a 4×44×4 grid that contains integers ≥2≥2 that are powers of 2. The player can use a keyboard arrow key (left/up原创 2018-02-04 10:00:01 · 1027 阅读 · 0 评论 -
Searching(Gym - 100482I)
You have a simple system in which you want to have a search function. You decided to implement it for searching email addresses. There is a bunch of email addresses in your program. User enters an em...原创 2018-07-12 14:52:52 · 331 阅读 · 0 评论 -
Visiting Peking University(2017 ACM/ICPC Asia Regional Beijing Online)
Ming is going to travel for n days and the date of these days can be represented by n integers: 0, 1, 2, …, n-1. He plans to spend m consecutive days(2 ≤ m ≤ n)in Beijing. During these m days, he inte...原创 2018-08-09 20:23:16 · 180 阅读 · 0 评论 -
Halting Problem(2018 ACM/ICPC Asia Regional Qingdao Online)
In computability theory, the halting problem is the problem of determining, from a description of an arbitrary computer program, whether the program will finish running (i.e., halt) or continue to run...原创 2018-09-16 17:28:30 · 311 阅读 · 0 评论