摘要: task1 1 #include <stdio.h> 2 3 int main() { 4 int i=0; 5 while (i < 2) { 6 printf(" 0\n"); 7 printf("<H>\n"); 8 printf("I I\n"); 9 i++; 10 } 11 12 ret 阅读全文
posted @ 2025-03-09 18:29 think_right 阅读(253) 评论(0) 推荐(0)