I am a slow walker,but I never walk backwards. Abraham Lincoln

GeekZRF

随笔分类 -  其他 模拟

1 2 下一页

HDU 6161.Big binary tree 二叉树
摘要:Big binary tree Time Limit: 4000/2000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others)Total Submission(s): 670 Accepted Submission(s): 235 P 阅读全文

posted @ 2017-09-28 13:06 GeekZRF 阅读(272) 评论(0) 推荐(0)

Codeforces Round #436 (Div. 2)D. Make a Permutation! 模拟
摘要:D. Make a Permutation! time limit per test: 2 seconds memory limit per test: 256 megabytes input: standard input output: standard output D. Make a Per 阅读全文

posted @ 2017-09-26 11:00 GeekZRF 阅读(238) 评论(0) 推荐(0)

LibreOJ 6003. 「网络流 24 题」魔术球 贪心或者最小路径覆盖
摘要:6003. 「网络流 24 题」魔术球 内存限制:256 MiB时间限制:1000 ms标准输入输出 题目类型:传统评测方式:Special Judge 上传者: 匿名 6003. 「网络流 24 题」魔术球 6003. 「网络流 24 题」魔术球 内存限制:256 MiB时间限制:1000 ms标 阅读全文

posted @ 2017-08-13 12:11 GeekZRF 阅读(273) 评论(0) 推荐(0)

Codeforces 798C. Mike and gcd problem 模拟构造 数组gcd大于1
摘要:C. Mike and gcd problem time limit per test: 2 seconds memory limit per test: 256 megabytes input: standard input output: standard output C. Mike and 阅读全文

posted @ 2017-04-27 20:54 GeekZRF 阅读(168) 评论(0) 推荐(0)

Codeforces 796C. Bank Hacking
摘要:C. Bank Hacking time limit per test: 2 seconds memory limit per test: 256 megabytes input: standard input output: standard output Although Inzane succ 阅读全文

posted @ 2017-04-11 18:04 GeekZRF 阅读(489) 评论(0) 推荐(0)

Codeforces 792B. Counting-out Rhyme
摘要:B. Counting-out Rhyme time limit per test: 1 second memory limit per test: 256 megabytes input: standard input output: standard output B. Counting-out 阅读全文

posted @ 2017-04-10 20:22 GeekZRF 阅读(291) 评论(0) 推荐(0)

表达式计算
摘要:计算一个包含+ - * / ( ) 的合法表达式的值 思路:数字栈num,运算符栈op。当前操作符优先级不大于栈顶操作符优先级,则数字栈num和运算符栈op出栈,处理后的数字和当前运算符继续与栈顶操作符比较,直至当前运算符的优先级大于栈顶,处理后的数字和当前运算符入栈。 代码: 阅读全文

posted @ 2017-04-06 20:05 GeekZRF 阅读(156) 评论(0) 推荐(0)

HDU 4455.Substrings
摘要:Substrings Time Limit: 10000/5000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 3240 Accepted Submission(s): 990 Prob 阅读全文

posted @ 2017-03-27 17:22 GeekZRF 阅读(187) 评论(0) 推荐(0)

Codeforces 791C. Bear and Different Names 模拟构造
摘要:C. Bear and Different Names time limit per test:1 second memory limit per test:256 megabytes input:standard input output:standard output In the army, 阅读全文

posted @ 2017-03-19 13:35 GeekZRF 阅读(312) 评论(0) 推荐(0)

Codeforces 767B. The Queue 模拟题
摘要:B. The Queue time limit per test:1 second memory limit per test:256 megabytes input:standard input output:standard output B. The Queue time limit per 阅读全文

posted @ 2017-02-20 20:31 GeekZRF 阅读(216) 评论(0) 推荐(0)

Codeforces 757C. Felicity is Coming!
摘要:C. Felicity is Coming! time limit per test:2 seconds memory limit per test:256 megabytes input:standard input output:standard output C. Felicity is Co 阅读全文

posted @ 2017-01-14 16:46 GeekZRF 阅读(270) 评论(0) 推荐(0)

Codeforces 757B. Bash's Big Day GCD
摘要:B. Bash's Big Day time limit per test:2 seconds memory limit per test:512 megabytes input:standard input output: standard output B. Bash's Big Day tim 阅读全文

posted @ 2017-01-13 21:29 GeekZRF 阅读(345) 评论(0) 推荐(1)

Codeforces 749C. Voting 模拟题
摘要:C. Voting time limit per test: 1 second memory limit per test: 256 megabytes input: standard input output: standard output C. Voting time limit per te 阅读全文

posted @ 2017-01-13 18:19 GeekZRF 阅读(252) 评论(0) 推荐(0)

Codeforces 740C. Alyona and mex 思路模拟
摘要:C. Alyona and mex time limit per test: 2 seconds memory limit per test: 256 megabytes input: standard input output: standard output C. Alyona and mex 阅读全文

posted @ 2016-11-24 19:52 GeekZRF 阅读(343) 评论(0) 推荐(0)

Codeforces 740A. Alyona and copybooks 模拟
摘要:A. Alyona and copybooks time limit per test: 1 second memory limit per test: 256 megabytes input: standard input output: standard output A. Alyona and 阅读全文

posted @ 2016-11-24 19:31 GeekZRF 阅读(506) 评论(0) 推荐(0)

Codeforces 738D. Sea Battle 模拟
摘要:D. Sea Battle time limit per test: 1 second memory limit per test :256 megabytes input: standard input output: standard output Galya is playing one-di 阅读全文

posted @ 2016-11-22 20:17 GeekZRF 阅读(216) 评论(0) 推荐(0)

hihoCoder 1305 区间求差
摘要:#1305 : 区间求差 #1305 : 区间求差 时间限制:10000ms 单点时限:1000ms 内存限制:256MB 描述 给定两个区间集合 A 和 B,其中集合 A 包含 N 个区间[ A1, A2 ], [ A3, A4 ], ..., [ A2N-1, A2N ],集合 B 包含 M 个 阅读全文

posted @ 2016-10-15 13:50 GeekZRF 阅读(292) 评论(0) 推荐(0)

2016中国大学生程序设计竞赛(长春)-重现赛 1010Ugly Problem 回文数 模拟
摘要:Ugly Problem Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others)Total Submission(s): 0 Accepted Submission(s): 0Special J 阅读全文

posted @ 2016-10-04 22:19 GeekZRF 阅读(569) 评论(0) 推荐(0)

Codeforces 723C. Polycarp at the Radio 模拟
摘要:C. Polycarp at the Radio time limit per test: 2 seconds memory limit per test: 256 megabytes input: standard input output: standard output Polycarp is 阅读全文

posted @ 2016-10-04 22:09 GeekZRF 阅读(328) 评论(0) 推荐(0)

Codeforces 710C. Magic Odd Square n阶幻方
摘要:C. Magic Odd Square time limit per test:1 second memory limit per test:256 megabytes input:standard input output:standard output time limit per test:1 阅读全文

posted @ 2016-09-13 22:05 GeekZRF 阅读(324) 评论(0) 推荐(0)

1 2 下一页

导航