#include <stdio.h> int main(){ char buf; FILE *f = fopen("hello.txt", "ab+"); printf("%d\n", ftell(f)); fputc('c', f); printf("%d\n", ftell(f)); }
70,023
社区成员
243,263
社区内容
加载中
试试用AI创作助手写篇文章吧