Welcome, guest! Login / Register - Why register?
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 &#40;"C:/Program Files/FPS/Programos/egzas/U1.txt", "r"&#41;;
 int n;
 scanf("%d",&n);


 fclose(fr);
 getchar();
 return 0;
}

 

Revise this Paste

Children: 27553
Your Name: Code Language: