結果

問題 No.5000 特殊ジャッジテスト(テスト用)
ユーザー yuki2006yuki2006
提出日時 2020-05-25 03:59:12
言語 JavaScript
(node v21.7.1)
結果
WA  
実行時間 -
コード長 168 bytes
コンパイル時間 11 ms
実行使用メモリ 15,596 KB
スコア 3,328
最終ジャッジ日時 2020-05-25 05:49:56
ジャッジサーバーID
(参考情報)
judge10 / judge8
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 WA -
testcase_02 WA -
testcase_03 WA -
権限があれば一括ダウンロードができます
コンパイルメッセージ

            

            

ソースコード

diff #

function Main(input) {
    var N = parseInt(input);
    console.log((1)+" "+(N-1));
}

// Don't edit this line!
Main(require("fs").readFileSync("/dev/stdin", "utf8"));
0