結果
問題 |
No.835 ジュース
|
ユーザー |
![]() |
提出日時 | 2022-02-03 12:26:48 |
言語 | Kotlin (2.1.0) |
結果 |
AC
|
実行時間 | 294 ms / 2,000 ms |
コード長 | 115 bytes |
コンパイル時間 | 10,571 ms |
コンパイル使用メモリ | 421,604 KB |
実行使用メモリ | 49,956 KB |
最終ジャッジ日時 | 2024-06-11 09:47:31 |
合計ジャッジ時間 | 13,858 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 |
other | AC * 6 |
コンパイルメッセージ
Main.kt:1:10: warning: parameter 'args' is never used fun main(args: Array<String>) { ^
ソースコード
fun main(args: Array<String>) { val n = readLine()!!.toLong() val ans = (n*1.5).toLong() println(ans) }