Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as C by my name ( 15 years ago )
#include <stdio.h>
#include <stddef.h>
int main() {
FILE *fr;
fr = fopen ("C:/Program Files/FPS/Programos/egzas/U1.txt", "r");
int n;
scanf("%d",&n);
fclose(fr);
getchar();
return 0;
}
Revise this Paste
Children: 27553