結果
| 問題 | No.292 芸名 |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2018-07-29 20:38:55 |
| 言語 | Python3 (3.14.3 + numpy 2.4.4 + scipy 1.17.1) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 121 bytes |
| 記録 | |
| コンパイル時間 | 426 ms |
| コンパイル使用メモリ | 20,576 KB |
| 実行使用メモリ | 35,812 KB |
| 最終ジャッジ日時 | 2026-04-02 05:00:46 |
| 合計ジャッジ時間 | 2,363 ms |
|
ジャッジサーバーID (参考情報) |
judge2_1 / judge1_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 3 |
| other | WA * 10 |
ソースコード
S = input().split()
t = int(S[1])
u = int(S[2])
for i in range(len(S)):
if i!=t and i!=u:
print(S[i], end='')