結果
| 問題 |
No.1026 OGAWA's New Keyboard
|
| ユーザー |
StarMatyan
|
| 提出日時 | 2020-11-28 22:44:00 |
| 言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 177 bytes |
| コンパイル時間 | 298 ms |
| コンパイル使用メモリ | 12,544 KB |
| 実行使用メモリ | 18,468 KB |
| 最終ジャッジ日時 | 2024-09-13 01:40:15 |
| 合計ジャッジ時間 | 2,704 ms |
|
ジャッジサーバーID (参考情報) |
judge2 / judge5 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 4 TLE * 1 |
| other | -- * 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