結果

問題 No.83 最大マッチング
ユーザー yuma25689yuma25689
提出日時 2016-01-02 22:35:08
言語 JavaScript
(node v23.5.0)
結果
WA  
実行時間 -
コード長 118 bytes
コンパイル時間 66 ms
コンパイル使用メモリ 5,120 KB
実行使用メモリ 40,320 KB
最終ジャッジ日時 2024-10-12 23:38:09
合計ジャッジ時間 1,453 ms
ジャッジサーバーID
(参考情報)
judge4 / judge3
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample WA * 3
other WA * 10
権限があれば一括ダウンロードができます

ソースコード

diff #

function Main(input) {
	console.log("test");
}
Main(require("fs").readFileSync("/dev/stdin", "utf8"));
process.exit();
0