競技プログラミングの問題をJ言語で解いてみようと、J言語について調べています。
先ずは、標準入力を標準出力に出したいと思い、標準入力を探しました。
Read input from line in J - Stack Overflow
"
That's a common mistake with foreigns.
The definition for foreign 1!:1 doesn't help, because it really reads:
1!:1 y Read. y is a file name or a file number (produced by 1!:21); the
result is a string of the file contents., e.g. 1!:1 <'abc.q'. The following
values for y are also permitted:
1 read from the keyboard (does not work within a script)
3 read from standard input (stdin)
And so replacing y with 3 should work, right? Well, not quite, because what you're really giving as an argument in writing:
1!:1 3"
http://localhost:65001/jijx
で、
1!:1 3
を実行したところ、
|rank error
| 1 !:1 3
と、ランクエラーが出ました。
環境は、MacOSで、
brew install cask j
でJ言語をインストールしました。
青いアプリの
jhs901.app
で立ち上げたJ HTTP SERVER
のIDE(?)を使ってます。
よろしくお願いします。
参考
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。