代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/331922/12800509
txt total amount.txt
#include
#include
#include
int main()
{
long n,i,flag,t;
double sum,g;
char s[100];
while(scanf("%ld",&n))
{
if(n==0)break;
sum=0;
getchar();
www.eeworm.com/read/331922/12800512
txt eular earth.txt
#include
int main()
{
int total,n,m,i,j,d[101];
bool p[101][101],color[101],flag;
int x,y,f,r,q[10000];
cin>>total;
while(total--)
{
cin>>n>>m;
www.eeworm.com/read/331922/12800532
txt persistent numbers.txt
#include "iostream.h"
#include "string.h"
#include "memory.h"
char s[1001];
int a[1000],b[1000],ans[3000],len,len1,n;
void div(int a[],int d)
{
int x,t=0;
memset(b,0,sizeof(b));
www.eeworm.com/read/331922/12800538
txt equal.txt
#include
#include
int cmp(const void *a,const void *b)
{
return (*(long *)a)>n;
while(n-
www.eeworm.com/read/245248/12808411
txt error2.txt
#include
void main(int argc,char* argv[])
{
int a,b,c,d;
double hei,ha,ho,hu;
char oo,if;
if(a==b&&hei=d)
{
m=c+d;
}
oo='gl';
while(a
www.eeworm.com/read/144204/12809553
c mystring.c
//**********************************************************************************
//杨屹 2002/08/20 第一版
//字符串操作函数
//联系方法:gdtyy@ri.gdt.com.cn(2003/07/31以前有效)
//******************************
www.eeworm.com/read/245196/12811448
cpp 分数的位置.cpp
#include
using namespace std;
int main()
{
int m, n;
while (cin >> m >> n)
{
int **data = new int *[(m-1)*m/2];
int i;
for (i=0; i
www.eeworm.com/read/245184/12812268
c utils.c
#include "def.h"
extern int SerialRxReady(void);
extern char SerialRxKey(void);
unsigned short ntohs(unsigned short s)
{
return (s >> 8) | (s
www.eeworm.com/read/331719/12812269
cpp nbtheory.cpp
// nbtheory.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "nbtheory.h"
#include "modarith.h"
#include
#include
NAMESPACE_BEGIN(Crypto