結果
| 問題 |
No.2460 #強調#
|
| コンテスト | |
| ユーザー |
👑 |
| 提出日時 | 2023-09-08 21:23:30 |
| 言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 134 bytes |
| コンパイル時間 | 219 ms |
| コンパイル使用メモリ | 12,672 KB |
| 実行使用メモリ | 10,624 KB |
| 最終ジャッジ日時 | 2024-06-26 14:12:14 |
| 合計ジャッジ時間 | 1,109 ms |
|
ジャッジサーバーID (参考情報) |
judge4 / judge3 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 3 |
| other | WA * 11 |
ソースコード
I,R,O=input,range,print J=lambda:map(int,I().split()) S=I() a=b=0 for s in S: if s=='#': if b==0:b=a else:break a+=1 O(S[b:a+1])