c语言编程练习题:7-180 嫑废话上代码
作者:yunjinqi   类别:    日期:2023-05-31 18:44:34    阅读:127 次   消耗积分:0 分    

Linux 之父 Linus Torvalds 的名言是:“Talk is cheap. Show me the code.”(嫑废话,上代码)。本题就请你直接在屏幕上输出这句话。

输入格式:

本题没有输入。

输出格式:

在一行中输出 Talk is cheap. Show me the code.

输入样例:


输出样例:

Talk is cheap. Show me the code.
#include <stdio.h>
int main(){
    printf("Talk is cheap. Show me the code.");
    return 0;
}


版权所有,转载本站文章请注明出处:云子量化, http://www.woniunote.com/article/304
上一篇:c语言编程练习题:7-179 统计MOOC证书
下一篇:c语言编程练习题:7-181 猫是液体