代码搜索结果

找到约 10,000 项符合 8 的代码

cron.8

.\"/* Copyright 1988,1990,1993 by Paul Vixie .\" * All rights reserved .\" * .\" * Distribute freely, except: don't remove my name from the source or .\" * documentation (don't take credit for my work

ctp8.in

200 100 2 2 2 0 1 0 10 0.9 0.5 10 20 0 1 1 2

8.cpp

#include #include int MAX(int n) { int sum=0; int i,d; for(i=2;;++i) { sum+=i; d=sum-n; if(d>=0) break; } i