代码搜索:continue
找到约 10,000 项符合「continue」的源代码
代码结果 10,000
www.eeworm.com/read/431812/8653495
cpp pku1828.cpp
#include "stdio.h"
long point[50001][2];
int flag[50001];
int main()
{
long n,i,j,kingn;
while(scanf("%ld",&n)!=-1&&n!=0)
{
kingn=0;
for(i=0;i
www.eeworm.com/read/431812/8653539
cpp pku1118.cpp
#include
#include
typedef struct
{
int x, y;
}Point;
Point p[1001], d[1001];
int N;
int Abs(int x)
{
return (x > 0) ? x : -x;
}
int sgn(int x)
{
if (x >
www.eeworm.com/read/431812/8653606
cpp pku1675.cpp
#include
#include
int main()
{
int t, r, x[3], y[3], tmp1[3], d[3], i, flag, j;
double ang[3], PI, k;
PI = acos(-1) * 2 / 3;
scanf("%d", &t);
while (t--)
{
sca
www.eeworm.com/read/431812/8653630
cpp pku1555.cpp
#include
int main()
{
int num[9], i, start;
// freopen("1555.in", "r", stdin);
while (scanf("%d", &num[0]) != -1)
{
for (i = 1; i < 9; i++)
{
scanf("%d", &num[i]);
www.eeworm.com/read/431812/8653859
cpp pku1068.cpp
#include
int main()
{
int t, n, i, j, k, left, right, p, x;
int u[40], l[20], r[20];
scanf("%d", &t);
while (t--)
{
scanf("%d", &n);
for (i=0; i
www.eeworm.com/read/287986/8655584
java main.java
/**
* 题目
* 在一条街上,有5座房子,喷了五种颜色,每个房子里住着不同国籍的人,每个人喝不同的饮料,抽不同品牌
* 的香烟,养不同的宠物。
*
* 提示
* 1、英国人住红色房子
* 2、瑞典人养狗
* 3、丹麦人喝茶
* 4、绿色房子在白色房子左面
* 5、绿色房子主人喝咖啡
* 6、抽Pall Mall香烟的人养鸟
* 7、黄色 ...
www.eeworm.com/read/287917/8661174
m ex3_12.m
for n=100:200
if rem(n,21)~=0
continue
end
break
end
n
www.eeworm.com/read/387531/8667874
install-sh
#!/bin/sh
#
# install - install a program, script, or datafile
# This comes from X11R5 (mit/util/scripts/install.sh).
#
# Copyright 1991 by the Massachusetts Institute of Technology
#
# Permission to
www.eeworm.com/read/287804/8668354
install-sh
#!/bin/sh
#
# install - install a program, script, or datafile
#
# This originates from X11R5 (mit/util/scripts/install.sh), which was
# later released in X11R6 (xc/config/util/install.sh) with the
#
www.eeworm.com/read/431398/8678614
install-sh
#!/bin/sh
#
# install - install a program, script, or datafile
# This comes from X11R5 (mit/util/scripts/install.sh).
#
# Copyright 1991 by the Massachusetts Institute of Technology
#
# Permission to