結果

問題 No.932 解法破綻!高橋君
ユーザー KisaragiEffective
提出日時 2020-02-20 23:15:14
言語 Kotlin
(2.1.0)
結果
WA  
実行時間 -
コード長 77 bytes
コンパイル時間 11,079 ms
コンパイル使用メモリ 429,568 KB
実行使用メモリ 60,788 KB
最終ジャッジ日時 2024-10-08 19:22:39
合計ジャッジ時間 18,417 ms
ジャッジサーバーID
(参考情報)
judge4 / judge1
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
other WA * 20
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.kt:1:53: warning: the expression is unused
fun main(){if(readLine()!!.split(',').all{it=="AC"})"Done!" else "Failed..."}
                                                    ^
Main.kt:1:66: warning: the expression is unused
fun main(){if(readLine()!!.split(',').all{it=="AC"})"Done!" else "Failed..."}
                                                                 ^

ソースコード

diff #

fun main(){if(readLine()!!.split(',').all{it=="AC"})"Done!" else "Failed..."}
0