摘要: task1#include <stdio.h> int main() { printf(" O O\n"); printf("<H> <H>\n"); printf("I I I I\n"); return 0; } task2#include <stdio.h> #include <math.h> 阅读全文
posted @ 2022-10-18 21:24 real·man 阅读(77) 评论(0) 推荐(0)