摘要: task4 1 #include<stdio.h> 2 #include<stdlib.h> 3 #include<string.h> 4 #define N 1000 5 6 int main() { 7 char x[N]; 8 char s[N]; 9 int i=0; 10 int line 阅读全文
posted @ 2024-12-28 22:55 sunishope 阅读(27) 评论(0) 推荐(0)