CDOJ 1273 God Qing's circuital law

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CDOJ 1273 God Qing's circuital law相关的知识,希望对你有一定的参考价值。

有些问题,不做实践与猜测,可能一辈子也想不出答案,例如这题。

#include<stdio.h>
#include<math.h>

long long x;

int main()
{
    while(~scanf("%lld",&x)){
            if(x<7) printf("-1\n");
            else printf("7\n");
    }
    return 0;
}

 

以上是关于CDOJ 1273 God Qing's circuital law的主要内容,如果未能解决你的问题,请参考以下文章

cdoj1588 潘爷泡妹

[CDOJ]1587_失恋772002天

POJ 1273 Drainage Ditches题解——S.B.S.

HDU 1532||POJ1273:Drainage Ditches(最大流)

leaflet-draw直接调用方法激活

HDU 1273 漫步森林(数学 找规律)