結果

問題 No.272 NOT回路
ユーザー KisaragiEffectiveKisaragiEffective
提出日時 2019-11-09 01:03:43
言語 Kotlin
(1.9.23)
結果
AC  
実行時間 254 ms / 1,000 ms
コード長 47 bytes
コンパイル時間 9,258 ms
コンパイル使用メモリ 407,140 KB
実行使用メモリ 50,352 KB
最終ジャッジ日時 2023-10-13 06:24:03
合計ジャッジ時間 13,323 ms
ジャッジサーバーID
(参考情報)
judge15 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 250 ms
50,084 KB
testcase_01 AC 239 ms
50,228 KB
testcase_02 AC 254 ms
49,972 KB
testcase_03 AC 251 ms
50,124 KB
testcase_04 AC 253 ms
50,256 KB
testcase_05 AC 248 ms
50,352 KB
testcase_06 AC 251 ms
50,168 KB
testcase_07 AC 250 ms
50,352 KB
testcase_08 AC 250 ms
50,348 KB
testcase_09 AC 246 ms
50,152 KB
testcase_10 AC 243 ms
49,980 KB
testcase_11 AC 242 ms
50,072 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

fun main(){println(readLine()!!.toInt() xor 1)}
0