
模拟
BLF2
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
poj 1573 Robot Motion——模拟(读题要认真)
#include #include #include char mp[15][15];int bj[15][15];int a,b;void pd(char c){ if(c=='W') b--; else if(c=='E') b++; else if(c=='N') a--; else原创 2014-06-20 18:38:40 · 732 阅读 · 0 评论 -
UVA 120 --- Stacks of Flapjacks 模拟
Stacks of FlapjacksTime Limit:3000MS Memory Limit:0KB 64bit IO Format:%lld & %lluDescription Stacks of Flapjacks BackgroundStacks and Queues are o原创 2014-12-21 17:55:36 · 722 阅读 · 0 评论 -
UVA 591 ---Box of Bricks 模拟枚举
Box of BricksTime Limit:3000MS Memory Limit:0KB 64bit IO Format:%lld & %lluDescription Box of Bricks Little Bob likes playing with his box of bricks.原创 2014-12-21 20:13:30 · 608 阅读 · 0 评论 -
UVA 340 --Master-Mind Hints 算是模拟吧
Master-Mind HintsTime Limit:3000MS Memory Limit:0KB 64bit IO Format:%lld & %lluSubmit StatusDescriptionMasterMind is a game for two players. One of them, Designer, selects a原创 2014-12-21 17:40:27 · 679 阅读 · 0 评论 -
UVA 152 ---Tree's a Crowd 模拟
Tree's a CrowdTime Limit:3000MS Memory Limit:0KB 64bit IO Format:%lld & %ll Description Tree's a Crowd Dr William Larch, noted plant psychologist and原创 2014-12-21 17:48:12 · 667 阅读 · 0 评论 -
UVA 621 Secret Research 水题模拟
Secret ResearchTime Limit:3000MS Memory Limit:0KB 64bit IO Format:%lld & %lluDescription Secret Research At a certain laboratory results of secret re原创 2014-12-21 19:24:50 · 765 阅读 · 0 评论 -
UVAOJ 537 ——Artificial Intelligence? 模拟
Artificial Intelligence? Physics teachers in high school often think that problems given as text are more demanding than pure computations. After all, the pupils have to read and under原创 2014-12-03 10:36:53 · 840 阅读 · 0 评论 -
UVAOJ 10361 ——Automatic Poetry 模拟
Automatic PoetryInput: standard inputOutput: standard outputTime Limit: 2 secondsMemory Limit: 32 MB “Oh God”, Lara Croft exclaims, “it’s one of these dumb riddles again!” In Tomb原创 2014-12-03 10:32:13 · 690 阅读 · 0 评论 -
UVAOJ 401 ——Palindromes 模拟
Palindromes A regular palindrome is a string of numbers or letters that is the same forward as backward. For example, the string "ABCDEDCBA" is a palindrome because it is the same when t原创 2014-12-03 10:24:53 · 606 阅读 · 0 评论 -
UVAOJ 10878 ——Decode the tape 模拟
Decode the tapeTime Limit:3000MS Memory Limit:0KB 64bit IO Format:%lld & %llDescription "Machines take me by surprise with great frequency."Alan TuringYour bo原创 2014-12-03 10:45:47 · 627 阅读 · 0 评论 -
UVAOJ 10115 ——Automatic Editing 模拟
Automatic EditingSource file:autoedit.{c, cpp, java, pas}Input file:autoedit.inOutput file:autoedit.outText-processing tools like awk and sed allow you to aut原创 2014-12-03 11:14:05 · 716 阅读 · 0 评论 -
UVAOJ 10815 —— Andy's First Dictionary 模拟 排序
Andy's First DictionaryTime Limit:3000MS Memory Limit:0KB 64bit IO Format:%lld & %lluDescriptionProblem B: Andy's First DictionaryTime limit: 3 seconds原创 2014-12-03 10:52:48 · 650 阅读 · 0 评论 -
UVAOJ 409 ——Excuses, Excuses! 模拟
Excuses, Excuses! Judge Ito is having a problem with people subpoenaed for jury duty giving rather lame excuses in order to avoid serving. In order to reduce the amount of time require原创 2014-12-03 10:40:46 · 624 阅读 · 0 评论 -
POJ 2632 Crashing Robots ——模拟题
Crashing RobotsTime Limit: 1000MSMemory Limit: 65536KTotal Submissions: 7891Accepted: 3432DescriptionIn a modernized warehouse, robots are used to fetch the g原创 2014-10-26 21:45:08 · 582 阅读 · 0 评论 -
SDUTOJ 2167 Mathman Bank 第二届ACM省赛题 模拟
Mathman BankTime Limit: 1000MS Memory limit: 65536K题目描述 With the development of mathmen's mathematics knowlege, they have finally invented computers. Therefore, they want to us原创 2015-04-01 20:54:42 · 719 阅读 · 0 评论