codice:
FILE* f = fopen("file.txt", "r");
int n1;
int n2;
fscanf(f, "%d%d", &n1, &n2);