結果

問題 No.383 レーティング
ユーザー fal_rndfal_rnd
提出日時 2016-10-29 00:39:43
言語 Java21
(openjdk 21)
結果
WA  
実行時間 -
コード長 167 bytes
コンパイル時間 1,754 ms
コンパイル使用メモリ 71,480 KB
実行使用メモリ 56,476 KB
最終ジャッジ日時 2023-08-15 22:03:21
合計ジャッジ時間 4,262 ms
ジャッジサーバーID
(参考情報)
judge15 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 AC 109 ms
56,296 KB
testcase_02 AC 107 ms
56,328 KB
testcase_03 WA -
testcase_04 AC 108 ms
55,828 KB
testcase_05 WA -
testcase_06 WA -
testcase_07 WA -
testcase_08 AC 110 ms
56,012 KB
testcase_09 WA -
testcase_10 WA -
testcase_11 AC 109 ms
55,976 KB
testcase_12 AC 108 ms
56,148 KB
testcase_13 AC 107 ms
56,136 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