
ACM算法_模拟
文章平均质量分 86
风吹过的烟花
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
hdu Digital Roots
点击打开链接 密码:syuct Digital Roots Time Limit : 2000/1000ms (Java/Other) Memory Limit : 65536/32768K (Java/Other) Total Submission(s) : 3 Accepted Submission(s) : 1 Font: Times New Roma原创 2017-11-16 20:30:57 · 334 阅读 · 0 评论 -
codeforces 839A Arya and Bran
点击打开链接 A. Arya and Bran time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Bran and his older sister Ary原创 2017-08-21 14:38:10 · 250 阅读 · 0 评论 -
codeforces 831A Unimodal Array
点击打开链接 A. Unimodal Array time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Array of integers is原创 2017-08-20 10:29:36 · 245 阅读 · 0 评论 -
codeforces 834A The Useless Toy
点击打开链接 A. The Useless Toy time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Walking through the streets原创 2017-08-18 17:02:15 · 339 阅读 · 0 评论 -
codeforces 669B Little Artem and Grasshopper
点击打开链接 B. Little Artem and Grasshopper time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output Littl原创 2017-08-13 16:07:31 · 474 阅读 · 0 评论 -
codeforces 651A Joysticks
点击打开链接 A. Joysticks time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Friends are going to play console.原创 2017-08-05 17:32:58 · 220 阅读 · 0 评论 -
codeforces 118B Present from Lena
点击打开链接 B. Present from Lena time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output Vasya's birthday原创 2017-07-27 11:26:14 · 819 阅读 · 0 评论 -
codeforces 476B Dreamoon and WiFi
点击打开链接 B. Dreamoon and WiFi time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Dreamoon is standing at t原创 2018-04-15 09:42:40 · 264 阅读 · 0 评论 -
codeforces-381-A
题目链接题意:有n张卡片,每张卡片上有不同的数字,Sereja和Dima从两侧取卡片,每次尽量取大的,求两人最后分别得到的和。贪心,或者模拟一下这个过程,需要注意的是:当n=1时,这个要单独考虑,由于没考虑这个,错了一次。下边的是我的代码。 #include<bits/stdc++.h> using namespace std; typedef long long ll; const原创 2018-04-10 20:38:04 · 285 阅读 · 0 评论 -
codeforces 845A Chess Tourney
点击打开链接 A. Chess Tourney time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Berland annual chess原创 2017-08-28 20:45:00 · 390 阅读 · 0 评论 -
codeforces 828A Restaurant Tables
点击打开链接 A. Restaurant Tables time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output In a small restau原创 2017-09-01 20:57:44 · 255 阅读 · 0 评论 -
uva 227 Puzzle
点击打开链接 题目:给你一个字母组成的矩阵,其中有一个空位,给你移动的规则(类似平面的一种拼图游戏); 问是否操作合法,合法时输出移动后的结果。 说明:模拟。直接利用二位数组模拟即可。 #include #include int main() { char s[10][10],c,x; int case1=0; while(1)原创 2017-05-28 14:29:46 · 373 阅读 · 0 评论 -
codeforces 672A Summer Camp
点击打开链接 A. Summer Camp time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Every year, hundreds of people co原创 2017-11-02 20:09:54 · 310 阅读 · 0 评论 -
codeforces 384A Coder
点击打开链接 A. Coder time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Iahub likes chess very much.原创 2017-10-31 17:50:44 · 287 阅读 · 0 评论 -
codeforces 811A Vladik and Courtesy
题目网址:点击打开链接 A. Vladik and Courtesy time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output At regular competit原创 2017-05-28 23:41:16 · 410 阅读 · 0 评论 -
codeforces 702A Maximum Increase
点击打开链接 A. Maximum Increase time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output You are given arra原创 2017-10-26 21:59:05 · 1056 阅读 · 0 评论 -
codeforces 454A Little Pony and Crystal Mine
点击打开链接 A. Little Pony and Crystal Mine time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Twilight Spark原创 2017-09-17 16:00:10 · 560 阅读 · 0 评论 -
codeforces 611A New Year and Days
点击打开链接 A. New Year and Days time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output Today is Wednesday, the th原创 2017-09-10 12:00:10 · 244 阅读 · 0 评论 -
codeforces 330A Cakeminator
点击打开链接 A. Cakeminator time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output You are given a rectang原创 2017-09-02 10:58:26 · 352 阅读 · 0 评论 -
codeforces 496A Minimum Difficulty
点击打开链接 A. Minimum Difficulty time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output Mike is trying rock cli原创 2018-04-22 18:40:16 · 286 阅读 · 0 评论