代码搜索:printf
找到约 10,000 项符合「printf」的源代码
代码结果 10,000
www.eeworm.com/read/342926/11990888
cpp 3030.cpp
#include
int main()
{
int a,b,c,n,i;
scanf("%d",&n);
for (i=1;ib)
printf("do not advertise\n");
if (a+c==b)
printf
www.eeworm.com/read/342926/11990909
cpp 2665.cpp
#include
int main()
{
int n,a1,a2,m,i;
scanf("%d %d",&n,&m);
while (n!=0 || m!=0)
{
n=n+1;
for (i=1;i
www.eeworm.com/read/342926/11991038
cpp 1491.cpp
#include
#include
#include
int play(int a1,int a2)
{
int t;
if (a1
www.eeworm.com/read/342926/11991206
cpp 2533.cpp
#include
int main()
{
int a[1003],b[1003],n,i,j,max;
scanf("%d",&n);
for (i=1;i
www.eeworm.com/read/342926/11991217
cpp 1411.cpp
#include
#include
int prime(int n)
{
int i;
for(i=2;i*i
www.eeworm.com/read/256478/11997686
c kick.c
/* -*- Mode: C++ -*- */
/* kick.C
* CMUnited99 (soccer client for Robocup99)
* Peter Stone
* Computer Science Department
* Carnegie Mellon University
* Copyright (C) 1999 Pet
www.eeworm.com/read/153958/11997923
c cgi-util.c
/*
cgi-util.c
created by Bill Kendrick
kendrick@zippy.sonoma.edu
http://zippy.sonoma.edu/kendrick/
based on "post-query.c" and "query.c" by NCSA
New Breed Software
www.eeworm.com/read/153958/11997953
c inchat.c
/*
inchat.c
SSI for Free Chat which simply spits out how many people are in
chat right now.
by Bill Kendrick
kendrick@zippy.sonoma.edu
http://zippy.sonoma.edu/kendrick/
www.eeworm.com/read/256453/11999287
txt 123.txt
/* DNF.c
Copyright (c) 2002, 2006 by ctu_85
All Rights Reserved.
*/
#include "stdio.h"
#include "conio.h"
#include "string.h"
#define maxnum 12
int a[]={0,1,
www.eeworm.com/read/256381/12003762
cpp 深度搜索迷宫2.cpp
#include
int maze[8][8]={
{0,0},
{0,1,1,1,1,0,1,0},
{0,0,0,0,1,0,1,0},
{0,1,0,0,0,0,1,0},
{0,1,0,1,1,0,1,0},
{0,1,0,0,0,0,1,1},
{0,1,0,0,1,0,0,0},