結果
| 問題 | No.342 一番ワロタww |
| コンテスト | |
| ユーザー |
ebicochineal
|
| 提出日時 | 2017-02-07 21:10:05 |
| 言語 | Python3 (3.14.3 + numpy 2.4.4 + scipy 1.17.1) |
| 結果 |
AC
|
| 実行時間 | 94 ms / 5,000 ms |
| コード長 | 155 bytes |
| 記録 | |
| コンパイル時間 | 781 ms |
| コンパイル使用メモリ | 20,700 KB |
| 実行使用メモリ | 15,360 KB |
| 最終ジャッジ日時 | 2026-05-04 14:37:14 |
| 合計ジャッジ時間 | 3,258 ms |
|
ジャッジサーバーID (参考情報) |
judge2_1 / judge3_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 3 |
| other | AC * 14 |
ソースコード
s=input()+' ';b='';l=[' '];c=m=0 for i in s: if i=='w':c+=1 else: if c>m and b:m,l=c,[] if c: if c==m:l+=[b] b,c='',0 b+=i *l,=map(print,l)
ebicochineal