結果
問題 | No.687 E869120 and Constructing Array 1 |
ユーザー |
![]() |
提出日時 | 2018-05-24 07:07:37 |
言語 | Scala(Beta) (3.6.2) |
結果 |
WA
|
実行時間 | - |
コード長 | 171 bytes |
コンパイル時間 | 6,286 ms |
コンパイル使用メモリ | 243,984 KB |
実行使用メモリ | 64,856 KB |
最終ジャッジ日時 | 2024-06-30 07:13:17 |
合計ジャッジ時間 | 15,401 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 1 WA * 2 |
other | AC * 5 WA * 1 |
ソースコード
import java.util.Scannerobject Main {val sc = new Scanner(System.in)def main(args: Array[String]): Unit = {val n = sc.nextIntprintln(s"1 ${n - 1}")}}