摘要: D. Game with modulo time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output D. Game with modulo t 阅读全文
posted @ 2019-01-23 14:00 茄子Min 阅读(576) 评论(0) 推荐(0)
摘要: On his trip to Luxor and Aswan, Sagheer went to a Nubian market to buy some souvenirs for his friends and relatives. The market has some strange rules 阅读全文
posted @ 2019-01-21 15:22 茄子Min 阅读(350) 评论(0) 推荐(0)
摘要: A. Salem and Sticks time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output A. Salem and Sticks t 阅读全文
posted @ 2019-01-20 22:49 茄子Min 阅读(547) 评论(0) 推荐(0)
摘要: D. Vladik and Favorite Game time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output D. Vladik an 阅读全文
posted @ 2019-01-19 23:46 茄子Min 阅读(266) 评论(0) 推荐(0)
摘要: 链接:https://ac.nowcoder.com/acm/contest/358/D来源:牛客网 出题人的手环 出题人的手环 时间限制:C/C++ 1秒,其他语言2秒 空间限制:C/C++ 524288K,其他语言1048576K 64bit IO Format: %lld 题目描述 出题人的妹 阅读全文
posted @ 2019-01-19 21:00 茄子Min 阅读(284) 评论(0) 推荐(0)
摘要: principal 已经提交 已经通过 23.66% Total Submission:131 Total Accepted:31 principal 已经提交 已经通过 principal 已经提交 已经通过 23.66% Total Submission:131 Total Accepted:3 阅读全文
posted @ 2019-01-19 00:47 茄子Min 阅读(378) 评论(0) 推荐(0)
摘要: dijkstra 已经提交 已经通过 42.86% Total Submission:189 Total Accepted:81 dijkstra 已经提交 已经通过 dijkstra 已经提交 已经通过 42.86% Total Submission:189 Total Accepted:81 T 阅读全文
posted @ 2019-01-19 00:09 茄子Min 阅读(1121) 评论(0) 推荐(0)
摘要: 链接:https://ac.nowcoder.com/acm/contest/358/B来源:牛客网 出题人的女装 出题人的女装 时间限制:C/C++ 1秒,其他语言2秒 空间限制:C/C++ 524288K,其他语言1048576K 64bit IO Format: %lld 题目描述 出题人早上 阅读全文
posted @ 2019-01-18 23:46 茄子Min 阅读(340) 评论(0) 推荐(0)
摘要: ll gcd(ll a,ll b) { if(b==0) { return a; }else { return gcd(b,a%b); } } ll ABS(ll x) { return x num fenmu-> den F(ll num=0,ll den=1) { if(dennum ... 阅读全文
posted @ 2019-01-18 23:41 茄子Min 阅读(284) 评论(0) 推荐(0)
摘要: 链接:https://ac.nowcoder.com/acm/contest/358/A来源:牛客网 题目描述 众所周知,每个人都有自己的rp值(是个非负实数),膜别人可以从别人身上吸取rp值。 然而当你膜别人时,别人也会来膜你,互膜一段时间后,你们就平分了两人原有的rp值,当你膜过一个人之后,你就 阅读全文
posted @ 2019-01-18 22:02 茄子Min 阅读(747) 评论(0) 推荐(0)