結果

問題 No.353 ヘイトプラス
ユーザー fal_rndfal_rnd
提出日時 2016-12-17 21:42:04
言語 Java21
(openjdk 21)
結果
AC  
実行時間 124 ms / 1,000 ms
コード長 196 bytes
コンパイル時間 1,981 ms
コンパイル使用メモリ 75,072 KB
実行使用メモリ 41,568 KB
最終ジャッジ日時 2024-07-03 22:25:45
合計ジャッジ時間 3,774 ms
ジャッジサーバーID
(参考情報)
judge2 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 111 ms
41,320 KB
testcase_01 AC 107 ms
40,224 KB
testcase_02 AC 124 ms
41,208 KB
testcase_03 AC 124 ms
41,172 KB
testcase_04 AC 100 ms
40,152 KB
testcase_05 AC 110 ms
41,568 KB
testcase_06 AC 106 ms
40,024 KB
testcase_07 AC 123 ms
41,380 KB
testcase_08 AC 112 ms
41,284 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