#include int main(){ freopen("INPUT.TXT", "r", stdin); freopen("OUTPUT.TXT", "w", stdout); }