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的主要内容,如果未能解决你的问题,请参考以下文章
POJ 1273 Drainage Ditches题解——S.B.S.