結果
| 問題 |
No.9001 標準入出力の練習問題(テスト用)
|
| ユーザー |
tuka
|
| 提出日時 | 2021-06-01 03:55:19 |
| 言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 196 bytes |
| コンパイル時間 | 374 ms |
| コンパイル使用メモリ | 12,416 KB |
| 実行使用メモリ | 10,496 KB |
| 最終ジャッジ日時 | 2024-11-09 00:06:00 |
| 合計ジャッジ時間 | 678 ms |
|
ジャッジサーバーID (参考情報) |
judge1 / judge5 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | RE * 2 |
ソースコード
ans = 0
print("整数を入力してださい")
A = int(input())
B = int(input())
ans = A + B
print("10文字以下の半角英数字を入力してください")
S = input()
print(ans, str(S))
tuka