12 2023 档案

摘要:#include<stdio.h> #define N 2 int main(){ char *x[N]={"0123456789-0123456789", "nuist2023 - nuist2024" }; int i; FILE *fp; fp=fopen("data4.txt","w"); 阅读全文
posted @ 2023-12-21 21:26 晚夕惋惜婉西 阅读(18) 评论(0) 推荐(0)
摘要:#include <stdio.h> #define N 80 void replace(char *str, char old_char, char new_char); int main() { char text[N] = "c programming is difficult or not, 阅读全文
posted @ 2023-12-03 23:28 晚夕惋惜婉西 阅读(12) 评论(0) 推荐(0)