bertolo's blog

By bertolo, history, 8 years ago, In English

If anyone is having problems handling the input/output while using javascript go here and select javascript v8 as your language. You can grab the input with readline() and give an output using print().

Dont forget to add a new line in the end of the input ex:"123\n" or else you will get an undefined out of readline().

Full text and comments »

  • Vote: I like it
  • +5
  • Vote: I do not like it