Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • In what form are the questions? Do you have the standard bc utility available? Commented Jan 23, 2020 at 10:05
  • Here is an example of a question: the program gives you a date/time log 1970-05-05T15:32:32+0000 and you should parse it to the following format Y-m-d H:M:S UTC. The formats changes, so you should detect the format every time and parse it correctly. Commented Jan 23, 2020 at 15:06
  • bc is available. Commented Jan 23, 2020 at 15:09
  • Have you got expect? Commented Feb 1, 2020 at 17:54
  • @ctrl-alt-delor yes expect is available, but can dynamically use it to generate answers? I was of the impression that it was for a more static use. Commented Feb 2, 2020 at 21:30