🔙 Back to Top

Fri Jun 13 03:01:40 JST 2014

Template code of JavaScript or node for AtCoder

The code is put at http://cympfh.github.io/template/javascript.js.txt

はじめに

整数の入力をラクにする目的が主

My usage

cat template.js test.js > /tmp/test.js
node /tmp/test.js < input
xsel -bi < /tmp/test.js # for rapid submit

API

GLOBAL VAR

_

this is the last value, output of READ API

READ API

ALIAS

CONVERT

ARITH

LIST

Practice