結果
| 問題 | No.9001 標準入出力の練習問題(テスト用) |
| ユーザー |
sinofseven
|
| 提出日時 | 2019-11-29 17:13:38 |
| 言語 | Python3 (3.14.3 + numpy 2.4.4 + scipy 1.17.1) |
| 結果 |
AC
|
| 実行時間 | 96 ms / 1,000 ms |
| コード長 | 144 bytes |
| 記録 | |
| コンパイル時間 | 536 ms |
| コンパイル使用メモリ | 20,568 KB |
| 実行使用メモリ | 15,356 KB |
| 最終ジャッジ日時 | 2026-05-15 02:03:13 |
| 合計ジャッジ時間 | 1,587 ms |
|
ジャッジサーバーID (参考情報) |
judge2_0 / judge3_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 2 |
ソースコード
result_sum = sum([
int(x)
for x in input().rstrip().split(' ')
])
name = input().rstrip()
output = f'{result_sum} {name}'
print(output)
sinofseven