結果

問題 No.353 ヘイトプラス
ユーザー fal_rndfal_rnd
提出日時 2016-12-17 21:42:04
言語 Java21
(openjdk 21)
結果
AC  
実行時間 120 ms / 1,000 ms
コード長 196 bytes
コンパイル時間 1,910 ms
コンパイル使用メモリ 71,388 KB
実行使用メモリ 56,684 KB
最終ジャッジ日時 2023-09-16 23:50:34
合計ジャッジ時間 3,608 ms
ジャッジサーバーID
(参考情報)
judge13 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 107 ms
56,072 KB
testcase_01 AC 109 ms
55,936 KB
testcase_02 AC 110 ms
56,028 KB
testcase_03 AC 115 ms
55,924 KB
testcase_04 AC 120 ms
56,684 KB
testcase_05 AC 120 ms
56,028 KB
testcase_06 AC 117 ms
56,052 KB
testcase_07 AC 116 ms
55,844 KB
testcase_08 AC 111 ms
56,124 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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