c语言编程练习题:7-198 自动编程
作者:yunjinqi   类别:    日期:2023-06-04 19:10:08    阅读:115 次   消耗积分:0 分    

image.png

#include <stdio.h>
int main(){
    int n;
    if (scanf("%d",&n)!=EOF){
        printf("print(%d)",n);
    }
    return 0;
}


版权所有,转载本站文章请注明出处:云子量化, http://www.woniunote.com/article/322
上一篇:c语言编程练习题:7-197 乘法口诀数列
下一篇:c语言编程练习题:7-199 太神奇了