代码搜索:printf
找到约 10,000 项符合「printf」的源代码
代码结果 10,000
www.eeworm.com/read/340554/12147447
bak 8.bak
main( )
{ int a[11] , l , h , m , y , x , *p ;
for ( y=1 ; y
www.eeworm.com/read/340554/12147530
c 74.c
#include/*for function of printf()*/
#include/*for function of exit()*/
#include/*for function of strcmp()*/
void loadmous(void);
main()
{
loadmous();
www.eeworm.com/read/340554/12147642
c 48.c
#include
#include "math.h"
#define N 101
main()
{
int i,j,line,a[N];
for(i=2;i
www.eeworm.com/read/340554/12147826
c 12.c
# include "stdlib.h"
main( )
{
int a ,b , c , x=0;
while (x100)
continue;
www.eeworm.com/read/340554/12147870
c 8.c
#include "stdio.h"
#define M 200 /*范围*/
#define N ((M+1)/2) /*奇数的个数*/
main()
{
int i,j,a[N];
a[0]=2;
for(i=1;i
www.eeworm.com/read/340554/12147877
c 7.c
main ( )
{
int x , y , z ;
int a[10] ;
printf("input 10 numbers:\n");
for(x=0 ; x
www.eeworm.com/read/340554/12148219
c 61.c
#include "stdio.h"
main()
{
char a=176,b=219;
printf("%c%c%c%c%c\n",b,a,a,a,b);
printf("%c%c%c%c%c\n",a,b,a,b,a);
printf("%c%c%c%c%c\n",a,a,b,a,a);
printf("%c%c%c%c%c\n",a,b,a,b,a);
printf("%c
www.eeworm.com/read/151943/12158856
c 74.c
#include/*for function of printf()*/
#include/*for function of exit()*/
#include/*for function of strcmp()*/
void loadmous(void);
main()
{
loadmous();
www.eeworm.com/read/151943/12158894
c 48.c
#include
#include "math.h"
#define N 101
main()
{
int i,j,line,a[N];
for(i=2;i
www.eeworm.com/read/151943/12158972
c 12.c
# include "stdlib.h"
main( )
{
int a ,b , c , x=0;
while (x100)
continue;