ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Discussion of Problem 1307. Archiver

WA1
Posted by whatthefua 5 May 2013 09:27
I suppose my error is either in the procedure of scanning/printing.
My program receives input and prints output using file pointers.

FILE *fi,*fo;

fi = stdin;
fo = stdout;

And the program reads/writes by fscanf/fprintf. If you have any knowledge concerning the input/output for this problem, please comment.