結果
| 問題 | No.1026 OGAWA's New Keyboard |
| ユーザー |
StarMatyan
|
| 提出日時 | 2020-11-28 22:44:00 |
| 言語 | Python3 (3.14.7 + numpy 2.5.2 + scipy 1.18.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 177 bytes |
| 記録 | |
| コンパイル時間 | 338 ms |
| コンパイル使用メモリ | 21,408 KB |
| 実行使用メモリ | 16,408 KB |
| 最終ジャッジ日時 | 2026-08-25 20:06:35 |
| 合計ジャッジ時間 | 6,783 ms |
|
ジャッジサーバーID (参考情報) |
judge1_0 / judge2_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 4 TLE * 1 |
| other | WA * 21 |
ソースコード
inputer =int(input()) result="" for numer in range(inputer): dat_s=input() if dat_s[1:] =="0": result = result+dat_s[:2] else: result = dat_s[:2] +result print(result)
StarMatyan