結果
問題 | No.9000 Hello World! (テスト用) |
ユーザー | da_louis |
提出日時 | 2020-02-06 23:51:08 |
言語 | Kotlin (2.1.0) |
結果 |
AC
|
実行時間 | 289 ms / 5,000 ms |
コード長 | 94 bytes |
コンパイル時間 | 11,258 ms |
コンパイル使用メモリ | 417,172 KB |
実行使用メモリ | 49,672 KB |
最終ジャッジ日時 | 2024-09-25 07:00:46 |
合計ジャッジ時間 | 11,583 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge4 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 285 ms
49,648 KB |
testcase_01 | AC | 289 ms
49,576 KB |
testcase_02 | AC | 288 ms
49,448 KB |
testcase_03 | AC | 283 ms
49,672 KB |
コンパイルメッセージ
Main.kt:1:10: warning: parameter 'args' is never used fun main(args: Array<String>) { ^
ソースコード
fun main(args: Array<String>) { p12() } fun p12() { return println("Hello World!") }