結果

問題 No.337 P versus NP
ユーザー KisaragiEffectiveKisaragiEffective
提出日時 2019-11-17 21:17:34
言語 Kotlin
(1.9.23)
結果
WA  
実行時間 -
コード長 90 bytes
コンパイル時間 15,849 ms
コンパイル使用メモリ 427,564 KB
実行使用メモリ 54,340 KB
最終ジャッジ日時 2023-10-25 21:37:58
合計ジャッジ時間 22,076 ms
ジャッジサーバーID
(参考情報)
judge11 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 323 ms
54,332 KB
testcase_01 AC 334 ms
54,336 KB
testcase_02 WA -
testcase_03 AC 320 ms
54,340 KB
testcase_04 AC 314 ms
54,340 KB
testcase_05 AC 325 ms
54,328 KB
testcase_06 WA -
testcase_07 AC 330 ms
54,324 KB
testcase_08 WA -
testcase_09 AC 323 ms
54,340 KB
testcase_10 AC 315 ms
54,332 KB
testcase_11 WA -
testcase_12 AC 333 ms
54,320 KB
testcase_13 AC 332 ms
54,340 KB
testcase_14 WA -
testcase_15 AC 323 ms
54,332 KB
testcase_16 AC 323 ms
54,332 KB
testcase_17 AC 316 ms
54,336 KB
testcase_18 AC 310 ms
54,336 KB
testcase_19 AC 322 ms
54,340 KB
testcase_20 AC 323 ms
54,324 KB
testcase_21 WA -
testcase_22 AC 314 ms
54,332 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

fun main(){val p=readLine()!!.split(" ")[1].toInt()
println(if(p in 0..1){"="}else{"!="})}
0