上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 19 下一页
摘要: A计划 hdu2102 可怜的公主在一次次被魔王掳走一次次被骑士们救回来之后,而今,不幸的她再一次面临生命的考验。魔王已经发出消息说将在T时刻吃掉公主,因为他听信谣言说吃公主的肉也能长生不老。年迈的国王正是心急如焚,告招天下勇士来拯救公主。不过公主早已习以为常,她深信智勇的骑士LJ肯定能将她救出。 阅读全文
posted @ 2018-11-11 14:33 千摆渡Qbd 阅读(229) 评论(0) 推荐(0)
摘要: Sonya and Robots time limit per test 1 second memory limit per test 256 megabytes input: standard input output: standard output Sonya and Robots time 阅读全文
posted @ 2018-11-04 22:18 千摆渡Qbd 阅读(238) 评论(0) 推荐(0)
摘要: B. Sonya and Exhibition time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output B. Sonya and Exhi 阅读全文
posted @ 2018-11-02 16:02 千摆渡Qbd 阅读(205) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2018-09-29 15:26 千摆渡Qbd 阅读(179) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2018-09-18 22:00 千摆渡Qbd 阅读(48) 评论(0) 推荐(0)
摘要: Nearest Common Ancestors Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 34657 Accepted: 17585 Description A rooted tree is a well-known da 阅读全文
posted @ 2018-09-18 18:26 千摆渡Qbd 阅读(143) 评论(0) 推荐(0)
摘要: 水 #include <algorithm> #include<cstdio> #include<cstring> using namespace std; typedef long long ll; const int inf = 0x3f3f3f3f; const int maxn = 1e5 阅读全文
posted @ 2018-09-16 20:10 千摆渡Qbd 阅读(1721) 评论(0) 推荐(0)
摘要: A. Hard to prepare #include <bits/stdc++.h> using namespace std; const int MOD = 1e9+7; long long bit[1000010]; long long f[1000010]; int main() { int 阅读全文
posted @ 2018-09-09 22:04 千摆渡Qbd 阅读(188) 评论(0) 推荐(0)
摘要: A. Gudako and Ritsuka 留坑 B. Call of Accepted 题意:给你一些运算,包括+-*()d,d的运算是2d6=2 和 2*6,然后输出最小值和最大值 思路:按照题意模拟即可,可以用pair来存储最小值和最大值 #include<iostream> #include 阅读全文
posted @ 2018-09-08 20:22 千摆渡Qbd 阅读(407) 评论(0) 推荐(0)
摘要: Pots Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 22688 Accepted: 9626 Special Judge Description You are given two pots, having the volu 阅读全文
posted @ 2018-09-08 09:51 千摆渡Qbd 阅读(257) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 19 下一页