摘要: 这是第一个我写的程序: #include <stdio.h>; int main () { int num = 3; printf("I am a simple compueter.\n"); printf("My favourite number is %d \n"); return 0; } 这 阅读全文
posted @ 2020-10-25 09:17 anov 阅读(172) 评论(0) 推荐(0)