coderzmx


私信TA

用户名:13703922842

访问量:5943

签 名:

Be patient!

等  级
排  名 929
经  验 3465
参赛次数 0
文章发表 14
年  龄 0
在职情况 学生
学  校 南昌大学
专  业 软件工程

  自我简介:

Be patient!

解题思路:

注意事项:

参考代码:

#include<iostream>

using namespace std;

int len[1001];

int main()

{

int n;

cin>>n;

int temp;

for(int i=1;i<=n;i++)

{

cin>>temp;

len[i]=len[temp]+1;

}

int max=0;

for(int i=1;i<=n;i++)

{

if(len[i]>max){

max=len[i];

}

}

cout<<max;

return 0;

}


 

0.0分

0 人评分

  评论区

  • «
  • »