感谢伤害你的人,因为他磨练了你的心志;感谢欺骗你的人,因为他增进了你的智慧;
题目描述:
从文件a.txt中读取三个整数,然后把这三个整数保存到b.txt中,两整数之间一个空格。...*f = fopen("a.txt", "w");
fprintf(f, "%d %d %d\n", 100, 123, 100);
fclose(f);
int a, b, c;...solve();
f = fopen("b.txt", "r");
int juge = 1;
fscanf(f, "%d %d %d", &a, &b, &c);...= 123 || c !