Neumanns Random Generator

Back to Problem Solutions forum

John     2017-08-07 07:29:16

Quandray     2017-08-07 07:52:14
User avatar

Hi John,

3 suggestions to make it easier to help you.

  1. read input from stdin. You can put the data in a file, but redirect stdin to read from that file somewhere in your settings.
  2. write output to stdout. You can redirect stdout to a file if you wish (somewhere in your settings).
  3. handle input in the format stated in the problem description
Please login and solve 5 problems to be able to post at forum