代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/481966/6633911
cpp 1935.cpp
/* This Code is Submitted by wywcgs for Problem 1935 on 2006-08-10 at 20:19:32 */
#include
#include
using namespace std;
int main()
{
int i, x[3], y[3];
while(true
www.eeworm.com/read/481966/6633934
cpp 2261.cpp
/* This Code is Submitted by wywcgs for Problem 2261 on 2006-06-03 at 17:17:36 */
#include
#include
#include
using namespace std;
const int L = 1024;
int mai
www.eeworm.com/read/481966/6633959
cpp 1737.cpp
/* This Code is Submitted by wywcgs for Problem 1737 on 2006-07-24 at 17:52:09 */
#include
#include
using namespace std;
const int N = 102400;
int w, h, wn[N], hn[N];
www.eeworm.com/read/481966/6633988
cpp 1142.cpp
/* This Code is Submitted by wywcgs for Problem 1142 on 2005-10-01 at 09:58:13 */
#include
int main()
{
int n, m, fact[13];
int l[4096], p, begin, end;
int i, j, t = 1;
char s
www.eeworm.com/read/481966/6633993
cpp 2391.cpp
/* This Code is Submitted by wywcgs for Problem 2391 on 2006-09-28 at 15:59:28 */
#include
#include
using namespace std;
const int N = 102400;
int main()
{
int n, c, p
www.eeworm.com/read/481966/6633999
cpp 1181.cpp
/* This Code is Submitted by wywcgs for Problem 1181 on 2005-09-17 at 11:15:21 */
#include
#define ORDER 1500
int main()
{
long long ugly[ORDER], min;
int i, order = 0, m
www.eeworm.com/read/481966/6634043
cpp 1644.cpp
/* This Code is Submitted by wywcgs for Problem 1644 on 2006-06-08 at 16:57:36 */
#include
#include
using namespace std;
const int SN = 1024, PRO = 3;
int main()
{
i
www.eeworm.com/read/481966/6634109
cpp 1763.cpp
/* This Code is Submitted by wywcgs for Problem 1763 on 2006-11-08 at 13:39:21 */
#include
#include
#include
using namespace std;
const int MAX = 512;
const int
www.eeworm.com/read/481966/6634123
cpp 2134.cpp
/* This Code is Submitted by wywcgs for Problem 2134 on 2005-10-22 at 20:00:21 */
#include
#include
const int MAX = 128;
int digit[16];
void change(int);
int main()
{
www.eeworm.com/read/481966/6634191
cpp 1900.cpp
/* This Code is Submitted by wywcgs for Problem 1900 on 2005-09-22 at 17:15:46 */
#include
int main()
{
unsigned long n;
int win;
while(scanf("%lu", &n) == 1) {