#include <fstream>
int main()
{
  std::ifstream i;
  return 0;
}
