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().

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

| Write comment?
»
4 months ago, # |
  Vote: I like it 0 Vote: I do not like it

Well, is JS a feasible language for codeforces? or should i just let it go and continue with c++