結果
| 問題 | No.9001 標準入出力の練習問題(テスト用) |
| ユーザー |
zinnnia123
|
| 提出日時 | 2019-08-12 21:16:56 |
| 言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 100 bytes |
| コンパイル時間 | 450 ms |
| コンパイル使用メモリ | 12,416 KB |
| 実行使用メモリ | 10,496 KB |
| 最終ジャッジ日時 | 2024-09-17 11:04:07 |
| 合計ジャッジ時間 | 601 ms |
|
ジャッジサーバーID (参考情報) |
judge5 / judge2 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | RE * 2 |
ソースコード
N = input() s_N = N.split() A = int(s_N.split[0]) B = int(s_N.split[1]) S = input() print(A +B, S)
zinnnia123