实验1 c语言开发环境使用和数据类型,运算符,表达式

2021-06-08 12:03

阅读:578

标签:col   使用   load   style   info   turn   字符   class   技术   

//打印一个字符小人

#include int main()
{
    printf(" o\n");
    printf("\n");
    printf("I I\n");
    
    printf(" o\n");
    printf("\n");
    printf("I I\n");
    
    return 0;
    
 } 

技术图片

实验1 c语言开发环境使用和数据类型,运算符,表达式

标签:col   使用   load   style   info   turn   字符   class   技术   

原文地址:https://www.cnblogs.com/hlmnuist/p/14528888.html


评论


亲,登录后才可以留言!