結果

問題 No.272 NOT回路
ユーザー KisaragiEffectiveKisaragiEffective
提出日時 2019-11-09 01:03:43
言語 Kotlin
(1.9.23)
結果
AC  
実行時間 286 ms / 1,000 ms
コード長 47 bytes
コンパイル時間 11,638 ms
コンパイル使用メモリ 425,968 KB
実行使用メモリ 49,840 KB
最終ジャッジ日時 2024-09-15 03:39:30
合計ジャッジ時間 14,379 ms
ジャッジサーバーID
(参考情報)
judge5 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 285 ms
49,840 KB
testcase_01 AC 283 ms
49,716 KB
testcase_02 AC 284 ms
49,776 KB
testcase_03 AC 283 ms
49,668 KB
testcase_04 AC 285 ms
49,776 KB
testcase_05 AC 285 ms
49,684 KB
testcase_06 AC 283 ms
49,636 KB
testcase_07 AC 283 ms
49,648 KB
testcase_08 AC 284 ms
49,600 KB
testcase_09 AC 283 ms
49,760 KB
testcase_10 AC 286 ms
49,656 KB
testcase_11 AC 282 ms
49,560 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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