結果

問題 No.353 ヘイトプラス
ユーザー shinwisteriashinwisteria
提出日時 2017-04-02 21:34:10
言語 Java21
(openjdk 21)
結果
AC  
実行時間 138 ms / 1,000 ms
コード長 278 bytes
コンパイル時間 3,792 ms
コンパイル使用メモリ 77,948 KB
実行使用メモリ 41,588 KB
最終ジャッジ日時 2024-07-03 22:28:05
合計ジャッジ時間 4,899 ms
ジャッジサーバーID
(参考情報)
judge1 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 130 ms
41,512 KB
testcase_01 AC 126 ms
41,232 KB
testcase_02 AC 125 ms
41,008 KB
testcase_03 AC 125 ms
40,864 KB
testcase_04 AC 132 ms
41,280 KB
testcase_05 AC 138 ms
41,588 KB
testcase_06 AC 129 ms
41,112 KB
testcase_07 AC 126 ms
41,088 KB
testcase_08 AC 125 ms
40,932 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