#include <stdio.h> #include <stdlib.h> int main() { FILE *file = fopen("/home/dron/num", "r"); double x, y; fscanf(file, "%lf %lf\n", &x, ...
確定! 回上一頁