結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 AC 115 ms
39,968 KB
testcase_02 AC 112 ms
41,636 KB
testcase_03 WA -
testcase_04 AC 115 ms
41,168 KB
testcase_05 WA -
testcase_06 WA -
testcase_07 WA -
testcase_08 AC 118 ms
41,436 KB
testcase_09 WA -
testcase_10 WA -
testcase_11 AC 117 ms
41,132 KB
testcase_12 AC 106 ms
41,300 KB
testcase_13 AC 106 ms
41,172 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