代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/452050/7449770
c 1845231_ac_31ms_4016k.c
# include
int main()
{
int m, n, x, y, i,
j, x1, y1, x2, y2;
int a[1010][1010];
long N;
scanf("%d",&n);
while(n--)
{
scanf("%d%d",&x,&y);
for(i = 1; i
www.eeworm.com/read/452050/7449772
c 2392690_ac_0ms_8k.c
#include
int main()
{
int i, p, j;
char str[90];
while(scanf("%s",str)==1&&str[0]!='#')
{
p = 0;
for(i = 0; str[i]!='\0'; i++)
{
if(str[i]=='.')
p += 100;
www.eeworm.com/read/452050/7449912
c 3115177_ac_0ms_160k.c
#include
#include
int main()
{
int n, m, i, t, tn, fail;
int cnt[100], num[100], l;
while(scanf("%d%d",&n,&m)==2)
{
if(m==0)
{
printf("0 does not divide %d!
www.eeworm.com/read/452050/7449978
c 3089444_ac_0ms_160k.c
#include
int main()
{
int n, cas, c;
char col[][10] = {"black","white"};
double tw, th, w, h, l, r, a, b, x, y, s, t;
cas = 1;
while(scanf("%lf%lf%lf%lf",&tw,&th,&a,&b)==4)
www.eeworm.com/read/452050/7450004
cpp 3094924_ole.cpp
#include
#include
#include
using namespace std;
typedef __int64 ll;
ll Fac[640], Time = 12983;
const int MAX_COUNT = 32;
ll PowerMod(ll a, ll b, ll n)
{
www.eeworm.com/read/452050/7450008
cc 3094953_tle.cc
#include
#include
#include
using namespace std;
typedef __int64 ll;
ll Fac[640], Time = 12983;
const int MAX_COUNT = 32;
ll PowerMod(ll a, ll b, ll n)
{
www.eeworm.com/read/452050/7450009
cpp 3094932_tle.cpp
#include
#include
#include
using namespace std;
typedef __int64 ll;
ll Fac[640], Time = 12983;
const int MAX_COUNT = 32;
ll PowerMod(ll a, ll b, ll n)
{
www.eeworm.com/read/452050/7450010
cc 3095014_ac_250ms_224k.cc
#include
#include
#include
using namespace std;
typedef __int64 ll;
ll Fac[64], Time = 12983;
const int MAX_COUNT = 32;
ll PowerMod(ll a, ll b, ll n)
{
www.eeworm.com/read/452050/7450011
cpp 3095006_wa.cpp
#include
#include
#include
using namespace std;
typedef __int64 ll;
ll Fac[64], Time = 12983;
const int MAX_COUNT = 32;
ll PowerMod(ll a, ll b, ll n)
{
www.eeworm.com/read/452050/7450012
cpp 3095013_ac_484ms_156k.cpp
#include
#include
#include
using namespace std;
typedef __int64 ll;
ll Fac[64], Time = 12983;
const int MAX_COUNT = 32;
ll PowerMod(ll a, ll b, ll n)
{