随笔分类 -  ACM/ICPC

摘要:题目链接:https://vjudge.net/problem/HDU-2181 Description 一个规则的实心十二面体,它的 20个顶点标出世界著名的20个城市,你从一个城市出发经过每个城市刚好一次后回到出发的城市。 Input 前20行的第i行有3个数,表示与第i个城市相邻的3个城市.第 阅读全文
posted @ 2021-01-20 17:27 Lrixin 阅读(63) 评论(0) 推荐(0)
摘要:题目链接:https://vjudge.net/problem/HDU-2612 Description Pass a year learning in Hangzhou, yifenfei arrival hometown Ningbo at finally. Leave Ningbo one y 阅读全文
posted @ 2021-01-20 17:17 Lrixin 阅读(79) 评论(0) 推荐(0)
摘要:题目链接:https://vjudge.net/problem/HDU-1495 Description 大家一定觉的运动以后喝可乐是一件很惬意的事情,但是seeyou却不这么认为。因为每次当seeyou买了可乐以后,阿牛就要求和seeyou一起分享这一瓶可乐,而且一定要喝的和seeyou一样多。但 阅读全文
posted @ 2021-01-20 16:49 Lrixin 阅读(429) 评论(0) 推荐(0)
摘要:题目链接:https://vjudge.net/problem/UVA-11624 Description 乔在迷宫中工作。不幸的是,迷宫的一部分着火了,迷宫的主人没有制定火灾的逃跑计划。请帮助乔逃离迷宫。根据乔在迷宫中的位置以及迷宫的哪个方块着火,你必须确定火焰烧到他之前,乔是否可以离开迷宫,如果 阅读全文
posted @ 2021-01-20 16:36 Lrixin 阅读(69) 评论(0) 推荐(0)
摘要:题目链接:https://vjudge.net/problem/POJ-3414 Description You are given two pots, having the volume of A and B liters respectively. The following operation 阅读全文
posted @ 2021-01-20 16:19 Lrixin 阅读(97) 评论(0) 推荐(0)
摘要:题目链接:https://vjudge.net/problem/POJ-3279 Description Farmer John knows that an intellectually satisfied cow is a happy cow who will give more milk. He 阅读全文
posted @ 2021-01-20 15:52 Lrixin 阅读(59) 评论(0) 推荐(0)
摘要:题目链接:https://vjudge.net/problem/HDU-1241 Description The GeoSurvComp geologic survey company is responsible for detecting underground oil deposits. Ge 阅读全文
posted @ 2021-01-20 15:04 Lrixin 阅读(86) 评论(0) 推荐(0)
摘要:题目链接:https://vjudge.net/problem/POJ-3984 Description 定义一个二维数组: int maze[5][5] = { 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 阅读全文
posted @ 2021-01-20 14:20 Lrixin 阅读(186) 评论(0) 推荐(0)
摘要:题目链接:https://vjudge.net/problem/POJ-3087 Description A common pastime for poker players at a poker table is to shuffle stacks of chips. Shuffling chip 阅读全文
posted @ 2021-01-19 14:51 Lrixin 阅读(107) 评论(0) 推荐(0)
摘要:题目链接:https://vjudge.net/problem/POJ-3126 Description The ministers of the cabinet were quite upset by the message from the Chief of Security stating t 阅读全文
posted @ 2021-01-19 12:53 Lrixin 阅读(90) 评论(0) 推荐(0)
摘要:题目链接:https://vjudge.net/problem/POJ-1426 Description Given a positive integer n, write a program to find out a nonzero multiple m of n whose decimal r 阅读全文
posted @ 2021-01-19 09:49 Lrixin 阅读(90) 评论(0) 推荐(0)
摘要:题目链接:https://vjudge.net/problem/POJ-3278 Description Farmer John has been informed of the location of a fugitive cow and wants to catch her immediatel 阅读全文
posted @ 2021-01-18 22:13 Lrixin 阅读(119) 评论(0) 推荐(0)
摘要:题目链接:https://vjudge.net/problem/POJ-2251 Description You are trapped in a 3D dungeon and need to find the quickest way out! The dungeon is composed of 阅读全文
posted @ 2021-01-18 21:11 Lrixin 阅读(103) 评论(0) 推荐(0)
摘要:题目链接:https://vjudge.net/problem/POJ-1321 Description 在一个给定形状的棋盘(形状可能是不规则的)上面摆放棋子,棋子没有区别。要求摆放时任意的两个棋子不能放在棋盘中的同一行或者同一列,请编程求解对于给定形状和大小的棋盘,摆放k个棋子的所有可行的摆放方 阅读全文
posted @ 2021-01-18 09:53 Lrixin 阅读(77) 评论(0) 推荐(0)

//添加代码行数