70,022
社区成员




#include "StdAfx.h"
#include"stdio.h"
#include"string.h"
#include<stdio.h>
function1(void);
function2(void);
int main (void)
{
printf("for he is a jolly good fellow!\n,for he is a jolly good fellow!\n");
function1();
function2();
return 0;
}
function1(void)
{
printf("for he is a jolly good fellow!\n");
}
function2(void)
{
printf("which nobody can deny!\n");
}