結果
| 問題 |
No.5000 特殊ジャッジテスト(テスト用)
|
| ユーザー |
|
| 提出日時 | 2020-05-25 03:59:12 |
| 言語 | JavaScript (node v23.5.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 168 bytes |
| コンパイル時間 | 11 ms |
| 実行使用メモリ | 15,596 KB |
| スコア | 3,328 |
| 最終ジャッジ日時 | 2020-05-25 05:49:56 |
|
ジャッジサーバーID (参考情報) |
judge10 / judge8 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | WA * 4 |
コンパイルメッセージ
ソースコード
function Main(input) {
var N = parseInt(input);
console.log((1)+" "+(N-1));
}
// Don't edit this line!
Main(require("fs").readFileSync("/dev/stdin", "utf8"));