刚开始时学习要求通过c语言做自我介绍,修改了很多次还是不太懂
收起
#include <stdio.h> int main() { printf("姓名:张三\n"); printf("地址:xx市xx区\n"); printf("爱好:游泳\n"); return 0; }
报告相同问题?