結果

問題 No.272 NOT回路
ユーザー fal_rndfal_rnd
提出日時 2016-11-07 18:04:11
言語 Java21
(openjdk 21)
結果
AC  
実行時間 132 ms / 1,000 ms
コード長 156 bytes
コンパイル時間 3,379 ms
コンパイル使用メモリ 70,848 KB
実行使用メモリ 56,116 KB
最終ジャッジ日時 2023-08-16 14:22:19
合計ジャッジ時間 5,356 ms
ジャッジサーバーID
(参考情報)
judge13 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 132 ms
55,952 KB
testcase_01 AC 124 ms
55,484 KB
testcase_02 AC 123 ms
55,672 KB
testcase_03 AC 123 ms
56,116 KB
testcase_04 AC 122 ms
56,084 KB
testcase_05 AC 120 ms
55,492 KB
testcase_06 AC 120 ms
55,504 KB
testcase_07 AC 120 ms
55,492 KB
testcase_08 AC 121 ms
55,908 KB
testcase_09 AC 123 ms
55,796 KB
testcase_10 AC 121 ms
56,104 KB
testcase_11 AC 120 ms
56,040 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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