代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/448932/7521970
cpp 4881786_ole.cpp
#include
using namespace std;
int v[54];
bool change[54];
bool chu[54];
char po[110][30];
int n;
void run()
{
int now=1;
int t,temp;
char ic;
memset(change,false,sizeof(chang
www.eeworm.com/read/448932/7521971
cpp 4881777_tle.cpp
#include
using namespace std;
int v[54];
bool change[54];
bool chu[54];
char po[110][30];
int n;
void run()
{
int now=1;
int t,temp;
char ic;
memset(change,false,sizeof(chang
www.eeworm.com/read/448932/7521972
cpp 4881857_ole.cpp
#include
using namespace std;
int v[54];
bool change[54];
bool chu[54];
char po[110][30];
int n;
void run()
{
int now=1;
int t,temp;
char ic;
memset(change,false,sizeof(chang
www.eeworm.com/read/448932/7522054
cpp 3142053_wa.cpp
#include
int input[10000][2];
void read(char * p,int t)
{int i=0,j=0;
while(i='0'&&*(p+j)
www.eeworm.com/read/448932/7522061
cpp 3141997_tle.cpp
#include
int input[10000][2];
void read(char * p,int t)
{int i=0,j=0;
while(i='0'&&*(p+j)
www.eeworm.com/read/448826/7525118
txt 090.txt
090
题目:专升本一题,读结果。
程序源代码:
#include "stdio.h"
#define M 5
main()
{int a[M]={1,2,3,4,5};
int i,j,t;
i=0;j=M-1;
while(i {t=*(a+i);
*(a+i)=*(a+j);
*(a+j)=t;
i++;j--;
}
for(i=0;i printf(
www.eeworm.com/read/448826/7525125
txt 086.txt
086
题目:两个字符串连接程序
程序源代码:
#include "stdio.h"
main()
{char a[]="acegikm";
char b[]="bdfhjlnpq";
char c[80],*p;
int i=0,j=0,k=0;
while(a[i]!='\0'&&b[j]!='\0')
{if (a[i] { c[k]=a[i];i++;}
www.eeworm.com/read/448826/7525131
txt 088.txt
088
题目:读取7个数(1—50)的整数值,每读取一个值,程序打印出该值个数的*。
程序源代码:
main()
{int i,a,n=1;
while(n
www.eeworm.com/read/448826/7525149
txt 069.txt
069
题目:有n个人围成一圈,顺序排号。从第一个人开始报数(从1到3报数),凡报到3的人退出圈子,问最后留下的是原来第几号的那位。
程序源代码:
#define nmax 50
main()
{
int i,k,m,n,num[nmax],*p;
printf("please input the total of numbers:");
scanf("%d",&n);
www.eeworm.com/read/448801/7525844
c jbscall.c
/**********************************************************
*
* FileName: jScall.c
* Func