#include <stdio.h> #include <stdlib.h> FILE *stream; int main( void ) { long l; float fp; char s[81]; char c; errno_t err; err = fopen_s( ...
確定! 回上一頁