C语言PTA平台习题与答案
第二章 作业 1①.本题要求编写程序,输出一个短句“Welcome to You!”#include<stdio.h>int main(){ printf("Welcome to You!\n"
C语言PTA平台习题与答案