终于结束的起点

Posted shen-yu

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了终于结束的起点相关的知识,希望对你有一定的参考价值。

额,本以为暴力过不去,qwq。。竟然过去了。。。

// luogu-judger-enable-o2
#include <cstdio>
#include <iostream>
#include <algorithm>
#include <cstring>
using namespace std;
int n,k,a,b,i;
int main()
{
    cin>>n;
    a=0;
    b=1;
    for(i=1;;i++)
    {
        int c=a+b;
        a=b;
        b=c;
        b%=n;
        if(a==0&&b==1)
            break;
    }
    cout<<i;
}

很简单了,就是暴力。。。

以上是关于终于结束的起点的主要内容,如果未能解决你的问题,请参考以下文章

落谷----P4994 终于结束的起点

题解 P4994 终于结束的起点

css 免责声明文本的酷片段。至少是一个很好的起点

畅通工程续

Hdoj 1874

通畅工程续 Floyd