代码搜索:continue
找到约 10,000 项符合「continue」的源代码
代码结果 10,000
www.eeworm.com/read/388569/8600553
cpp 1197 specialized four-digit numbers.cpp
/*
1197 Specialized Four-Digit Numbers
Time Limit : 1000 ms Memory Limit : 32768 K Output Limit : 256 K
GUN C++
*/
#include
using namespace std;
int main()
{
int t,n,i;
www.eeworm.com/read/388532/8604246
html 6.10.html
continue语句的用法
var input,input_number,sum
for(sum=0;;)
{
input = prompt("sum="+sum + "\n请输入新的累加数(输入Q结束):","0");
if (input==
www.eeworm.com/read/432289/8614488
cpp extractundeliverable.cpp
//: C26:ExtractUndeliverable.cpp
// From Thinking in C++, 2nd Edition
// at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Find undeliverable names to r
www.eeworm.com/read/288572/8621385
c appmon.c
/*------------------------------------------------------------------*/
/* appmon.c */
/* udp socket to send debug info
www.eeworm.com/read/288572/8621724
c tcpip.c
/*------------------------------------------------------------------------------*/
/* Project Name: Multiplexer of MPEG-II */
/* Module Name: */
/* Purpose
www.eeworm.com/read/288112/8652386
asv loop.asv
function lp=loop(d,m,b,o)
global bs qq ls
z=[22 4;4 5;5 12;12 13;13 16;16 15;15 2;16 17;17 18;18 19;19 20;
20 21;21 3;19 14;14 9;9 10;10 11;11 1;9 8;8 7;7 6;6 5]
d=qiu_d(z)
m=[1 1 1 0 0 0 0 0
www.eeworm.com/read/288112/8652389
m loop.m
function lp=loop(d,m,b,o)
global bs qq ls
z=[22 4;4 5;5 12;12 13;13 16;16 15;15 2;16 17;17 18;18 19;19 20;
20 21;21 3;19 14;14 9;9 10;10 11;11 1;9 8;8 7;7 6;6 5]
d=qiu_d(z)
m=[1 1 1 0 0 0 0 0
www.eeworm.com/read/431812/8652969
java pku2325.java
import java.io.*;
import java.util.*;
import java.lang.String;
import java.math.BigInteger;
import java.lang.Integer;
class Main
{
public static void main(String args[]) throws Exception
{
www.eeworm.com/read/431812/8653031
cpp pku2718.cpp
#include
#include
int main()
{
int t, n, i, num1, num2, mindis, j;
char s[100];
int dig[10], u1, u2, p;
scanf("%d\n", &t);
while (t--)
{
gets(s);
if (s[0] =
www.eeworm.com/read/431671/8662631
m divider.m
function [N,M]=divider(N1);
%DIVIDER Find dividers of an integer.
% [N,M]=DIVIDER(N1) find two integers N and M such that M*N=N1 and
% M and N as close as possible from sqrt(N1).
%
% Example :
% N1