Codeforces--939A--Love Triangle

该博客介绍了Codeforces中939A问题——'Love Triangle',讨论如何判断给定的飞机喜好关系是否存在爱情三角形。通过分析输入输出描述,解释了题意并提供了直接暴力的解决方案。
摘要由CSDN通过智能技术生成

题目描述:
As you could know there are no male planes nor female planes. However, each plane on Earth likes some other plane. There are n planes on Earth, numbered from 1 to n, and the plane with number i likes the plane with number f i, where 1 ≤ f i ≤ n and f i ≠ i.

We call a love triangle a situation in which plane A likes plane B, plane B likes plane C and plane C likes plane A. Find out if there is any love triangle on Earth.
输入描述:
The first line contains a single integer n (2 ≤ n ≤ 5000) — the number of planes.

The second line contains n integers f 1, f 2, …, f n (1 ≤ f i ≤ n, f i ≠ i), meaning that the i-th plane likes the f i-th.
输出描述:
Output «YES» if there is a love triangle consisting of planes on Earth. Otherwise, output «NO».

You can output any letter in lower case or in upper case.
输入:
5
2 4 5 1 3
5
5 5 5 5 1
输出:
YES
NO
题意:
在幼儿园中有 n 个小朋友, 这些小朋友从 1 到 n 标号,每个小朋友都有一个特别想要一起玩的同伴,标号为 i 的小朋友特别希望能够和标号为 fi 的小朋友一起玩, 其中 1 ≤ fi ≤ n 且 fi ≠ i.

如果存在三个小朋友 A, B, C 满足 A 想和 B 玩, B 想和 C 玩,C 想和 A 玩,那么这三个小朋友就被称为一个三人游戏组

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值