結果

問題 No.272 NOT回路
ユーザー yagi2yagi2
提出日時 2017-04-20 15:51:48
言語 Java21
(openjdk 21)
結果
AC  
実行時間 132 ms / 1,000 ms
コード長 144 bytes
コンパイル時間 1,971 ms
コンパイル使用メモリ 74,648 KB
実行使用メモリ 41,500 KB
最終ジャッジ日時 2024-07-19 21:01:02
合計ジャッジ時間 4,159 ms
ジャッジサーバーID
(参考情報)
judge3 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 120 ms
39,912 KB
testcase_01 AC 114 ms
40,188 KB
testcase_02 AC 125 ms
41,300 KB
testcase_03 AC 127 ms
41,400 KB
testcase_04 AC 132 ms
40,952 KB
testcase_05 AC 128 ms
41,216 KB
testcase_06 AC 115 ms
40,072 KB
testcase_07 AC 131 ms
41,268 KB
testcase_08 AC 129 ms
41,332 KB
testcase_09 AC 128 ms
41,500 KB
testcase_10 AC 127 ms
41,060 KB
testcase_11 AC 121 ms
41,012 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import java.util.*;class M{ public static void main(String[] args) {Scanner s=new Scanner(System.in);System.out.println((s.nextInt()==1)?0:1);}}
0