include studio.h
int main { void} /*该程序打印一年有多少周/*
{
int s
s := 56;
print (There are s weeks in a year . ) ;
return 0;
#include
int main (void) /*该程序打印一年有多少周*/
{
int num;
num = 1;
s := 56;
printf("There are s weeks in a year .\n ");
return 0;
}
你要先说你要实现什么功能