#include <stdio.h> int main() { printf(" o o \n"); printf("<H> <H>\n"); printf("I I I I\n"); return 0; }
实验1 C语言 开发环境使用和数据类型、运算符、表达式
原文:https://www.cnblogs.com/namco/p/14523225.html