結果
問題 | No.1335 1337 |
ユーザー | superzugan |
提出日時 | 2021-08-13 00:35:49 |
言語 | Python3 (3.12.2 + numpy 1.26.4 + scipy 1.12.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 150 bytes |
コンパイル時間 | 91 ms |
コンパイル使用メモリ | 12,544 KB |
実行使用メモリ | 10,624 KB |
最終ジャッジ日時 | 2024-10-02 07:23:52 |
合計ジャッジ時間 | 1,465 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge2 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | WA | - |
testcase_01 | RE | - |
testcase_02 | WA | - |
testcase_03 | AC | 31 ms
10,496 KB |
testcase_04 | RE | - |
testcase_05 | AC | 28 ms
10,368 KB |
testcase_06 | RE | - |
testcase_07 | RE | - |
testcase_08 | WA | - |
testcase_09 | RE | - |
testcase_10 | WA | - |
testcase_11 | RE | - |
testcase_12 | RE | - |
testcase_13 | RE | - |
testcase_14 | RE | - |
testcase_15 | WA | - |
testcase_16 | WA | - |
testcase_17 | RE | - |
ソースコード
lst=list(input()) llst=list(input()) for i in range(len(llst)): for j in range(10): if llst[i]==str(j):llst[i]=lst[i] print("".join(llst))