結果
問題 | No.1636 森 |
ユーザー | face4 |
提出日時 | 2021-08-06 22:11:43 |
言語 | Kotlin (2.1.0) |
結果 |
AC
|
実行時間 | 300 ms / 2,000 ms |
コード長 | 76 bytes |
コンパイル時間 | 12,064 ms |
コンパイル使用メモリ | 417,888 KB |
実行使用メモリ | 49,912 KB |
最終ジャッジ日時 | 2024-09-17 02:13:08 |
合計ジャッジ時間 | 19,264 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge4 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 2 |
other | AC * 20 |
ソースコード
fun main() { println(readLine()!!.toInt().let { (it - 1) * (it - 1) }) }