本题要求编写程序,输出一个短句“What is a computer?”。
本题目没有输入。
在一行中输出短句“What is a computer?”。
123456
#include<stdio.h> int main(void) { printf("What is a computer?\n"); return 0; }
auhanjie
Zhuhai, China
文章
465
分類
21
標籤
30
mysql
java
leetcode
Update your browser to view this website correctly. Update my browser now
×