摘要: TASK 1#include <stdio.h> int main() { printf(" o "); printf(" o\n"); printf("<H> "); printf("<H>\n"); printf("I I "); printf("I I\n"); return 0; } TAS 阅读全文
posted @ 2022-03-27 20:16 &H 阅读(21) 评论(3) 推荐(0)