結果
問題 |
No.5 数字のブロック
|
ユーザー |
|
提出日時 | 2015-07-25 23:34:30 |
言語 | JavaScript (node v23.5.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 266 bytes |
コンパイル時間 | 30 ms |
コンパイル使用メモリ | 6,688 KB |
実行使用メモリ | 42,484 KB |
最終ジャッジ日時 | 2024-10-12 23:34:44 |
合計ジャッジ時間 | 3,442 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | WA * 34 |
ソースコード
process.stdin.resume(); process.stdin.setEncoding('utf8'); var g_input = ''; process.stdin.on('data', function(chunk) { g_input += chunk; }); process.stdin.on('end', function() { main(g_input.split(/\r?\n/)); }); function main(inputs){ console.log(inputs) }