結果
| 問題 | No.8124 A+B |
| コンテスト | |
| ユーザー |
detteiuu
|
| 提出日時 | 2026-04-01 21:54:21 |
| 言語 | PyPy3 (7.3.17) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 97 bytes |
| 記録 | |
| コンパイル時間 | 288 ms |
| コンパイル使用メモリ | 85,504 KB |
| 実行使用メモリ | 150,016 KB |
| 最終ジャッジ日時 | 2026-04-01 21:54:28 |
| 合計ジャッジ時間 | 1,210 ms |
|
ジャッジサーバーID (参考情報) |
judge3_0 / judge1_1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 3 |
| other | RE * 6 |
ソースコード
A, B = input().split()
if A == "A":
A = 3487
if B == "B":
B = 8124
print(int(A)+int(B))
detteiuu