代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/452050/7451825
c 2722461_wa.c
#include
#include
#include
int m, n, k;
int chess[27][27];
int valid(int a,int b)
{
if(a=n)
return 0;
return 1;
}
int check()
{
www.eeworm.com/read/452050/7451826
c 2722616_ac_327ms_76k.c
#include
#include
#include
int m, n, k;
int chess[27][27];
int valid(int a,int b)
{
if(a=n)
return 0;
return 1;
}
int check()
{
www.eeworm.com/read/452050/7451830
c 3090120_ac_15ms_164k.c
#include
#include
#include
int num[100], c[100], n, nn, no, used[100];
__int64 ans;
int fai(int mm)
{
int i, nu;
nu = mm;
for(i = 0; i < no; i++)
{
www.eeworm.com/read/452050/7451876
c 2245476_ac_0ms_24k.c
# include
int main()
{
int i, m, n;
while(scanf("%d",&n)==1,n)
{
m = n%6;
if((m!=2)&&(m!=3))
{
for(i = 2; i
www.eeworm.com/read/452050/7451906
c 1842238_ac_0ms_24k.c
# include
void main()
{
int i, NO, tmp, a[101];
while(1)
{
scanf("%d",&tmp);
if(tmp == -1) break;
NO = 0;
for(i = 0; i < 101; i++)
a[i] = 0;
a[tmp] = 1;
www.eeworm.com/read/451644/7459459
txt sort.txt
Procedure SORT(N:integer; var RA:array of real);
Label 99;
var
I,J,L,IR:integer; RRA:real;
begin
L:= N div 2 + 1;
IR:=N;
While true do
begin
If L > 1 Then
www.eeworm.com/read/451329/7467243
c fstreql.c
int fstreql(char far *str1, char far *str2)
{
while ((*str1 == *str2) && (*str1))
{
str1++;
str2++;
}
return((*str1 == NULL) && (*str2 == NULL));
}
www.eeworm.com/read/451128/7470957
pl0 test.pl0
/*这是一个测试程序*/
Program abc; /*以下是程序体*/
Integer x,y,z; /*变量声明*/
Real a,b;
Procedure ab(Var m,n:Integer; t:Real); /*过程*/
Begin
t:=n+m;
If m>n then /*条件语句*/
www.eeworm.com/read/450999/7473982
pas ro19p108.pas
var s,t:string;
v:array[1..100]of integer;
i,j,max,p:integer;
begin
write('s=');
readln(s);
while(s[1]=' ') do delete (s,1,1);
s:=s+' ';
i:=1;
while i
www.eeworm.com/read/450999/7473987
pas rostr11.pas
var s:string;
n,m,i:integer;
begin
write('s=');readln(s);
while s[1]=' 'do delete(s,1,1);
while s[length(s)]=' ' do delete(s,length(s),1);
i:=1;
while(i