結果

問題 No.353 ヘイトプラス
ユーザー shinwisteriashinwisteria
提出日時 2017-04-02 21:34:10
言語 Java21
(openjdk 21)
結果
AC  
実行時間 111 ms / 1,000 ms
コード長 278 bytes
コンパイル時間 3,056 ms
コンパイル使用メモリ 71,940 KB
実行使用メモリ 56,160 KB
最終ジャッジ日時 2023-09-16 23:53:55
合計ジャッジ時間 4,471 ms
ジャッジサーバーID
(参考情報)
judge13 / judge11
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 108 ms
55,964 KB
testcase_01 AC 111 ms
55,788 KB
testcase_02 AC 107 ms
56,160 KB
testcase_03 AC 110 ms
56,088 KB
testcase_04 AC 109 ms
56,080 KB
testcase_05 AC 107 ms
56,064 KB
testcase_06 AC 107 ms
55,880 KB
testcase_07 AC 105 ms
55,944 KB
testcase_08 AC 103 ms
55,904 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import java.util.Scanner;
public class Hateplus {

	public static void main(String[] args) {
		// TODO 自動生成されたメソッド・スタブ
		Scanner s = new Scanner(System.in);
		long A = s.nextLong(),B = s.nextLong();
		s.close();
		System.out.println(A - -B);

	}

}
0