POJ 1125. Stockbroker Grapevine
1. 题目 http://poj.org/problem?id=1125 Stockbroker Grapevine Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 31786 Accepted: 17416 Description Stockbrokers are known to overreact to rumours. …
Read more
learn, build, evaluate
1. 题目 http://poj.org/problem?id=1125 Stockbroker Grapevine Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 31786 Accepted: 17416 Description Stockbrokers are known to overreact to rumours. …
Read more
1. 题目 http://acm.timus.ru/problem.aspx?space=1&num=1122 1122. Game Time limit: 1.0 second Memory limit: 64 MB At SKB Kontur we have to work much. So there is no sin in taking a rest and playing fr…
Read more
1. 题目 http://acm.timus.ru/problem.aspx?space=1&num=1494 1494. Monobilliards Time limit: 1.0 second Memory limit: 64 MB A monobilliards table set up in a gaming house of a town N turned out to be a…
Read more
1. 题目 http://acm.timus.ru/problem.aspx?space=1&num=1282 1282. Game Tree Time limit: 1.0 second Memory limit: 64 MB A game for two players is determined by its tree. The competitors make moves in t…
Read more
有时在.gitignore中声明了希望ignore的文件,但git仍然会继续跟踪。首先commit当前修改,否则会丢失修改,然后: git rm -r –cached . git add . git commit -m "fixed untracked files" Windows使用: git rm . -r –cached git add . git commi…
Read more
1. 题目 http://poj.org/problem?id=3624 Charm Bracelet Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 28195 Accepted: 12696 Description Bessie has gone to the mall’s jewelry store and s…
Read more
1. 题目 http://poj.org/problem?id=1384 Piggy-Bank Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 9043 Accepted: 4413 Description Before ACM can do anything, a budget must be prepared and the…
Read more
1. 题目 http://poj.org/problem?id=3356 AGTC Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 10970 Accepted: 4217 Description Let x and y be two strings over some finite alphabet A. We would l…
Read more