|
|
вернуться в форумWA1 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. |
|
|