結果

問題 No.383 レーティング
ユーザー fal_rndfal_rnd
提出日時 2016-10-29 00:39:43
言語 Java21
(openjdk 21)
結果
WA  
実行時間 -
コード長 167 bytes
コンパイル時間 1,861 ms
コンパイル使用メモリ 75,232 KB
実行使用メモリ 54,148 KB
最終ジャッジ日時 2024-05-03 08:31:42
合計ジャッジ時間 4,134 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 AC 121 ms
41,260 KB
testcase_02 AC 123 ms
41,136 KB
testcase_03 WA -
testcase_04 AC 120 ms
40,308 KB
testcase_05 WA -
testcase_06 WA -
testcase_07 WA -
testcase_08 AC 105 ms
41,376 KB
testcase_09 WA -
testcase_10 WA -
testcase_11 AC 111 ms
41,256 KB
testcase_12 AC 121 ms
41,560 KB
testcase_13 AC 105 ms
41,684 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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