Newbie guide to use JavaScript in codeforces

Revision en2, by bertolo, 2016-05-24 23:02:23

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

Tags newbieproblems, javascript, v8, noob

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English bertolo 2016-05-24 23:02:23 8 format
en1 English bertolo 2016-05-24 23:00:52 414 first commit (published)