实验1 C语言 开发环境使用和数据类型、运算符、表达式 发布时间:2023/10/11 #include <stdio.h> int main() { printf(" o o \n"); printf("<H> <H>\n"); printf("I I I I\n"); return 0; }