結果

問題 No.272 NOT回路
ユーザー fal_rndfal_rnd
提出日時 2016-11-07 18:04:11
言語 Java21
(openjdk 21)
結果
AC  
実行時間 131 ms / 1,000 ms
コード長 156 bytes
コンパイル時間 2,004 ms
コンパイル使用メモリ 73,720 KB
実行使用メモリ 54,376 KB
最終ジャッジ日時 2024-11-25 03:56:42
合計ジャッジ時間 4,030 ms
ジャッジサーバーID
(参考情報)
judge2 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 125 ms
53,844 KB
testcase_01 AC 127 ms
54,376 KB
testcase_02 AC 126 ms
54,004 KB
testcase_03 AC 127 ms
53,936 KB
testcase_04 AC 123 ms
53,992 KB
testcase_05 AC 131 ms
54,172 KB
testcase_06 AC 127 ms
53,980 KB
testcase_07 AC 123 ms
54,100 KB
testcase_08 AC 122 ms
54,232 KB
testcase_09 AC 126 ms
54,176 KB
testcase_10 AC 125 ms
54,112 KB
testcase_11 AC 117 ms
53,732 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