結果
| 問題 | No.342 一番ワロタww |
| コンテスト | |
| ユーザー |
ebicochineal
|
| 提出日時 | 2017-02-07 21:04:59 |
| 言語 | Python3 (3.14.3 + numpy 2.4.4 + scipy 1.17.1) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 154 bytes |
| 記録 | |
| コンパイル時間 | 379 ms |
| コンパイル使用メモリ | 20,824 KB |
| 実行使用メモリ | 15,380 KB |
| 最終ジャッジ日時 | 2026-05-30 14:34:41 |
| 合計ジャッジ時間 | 4,012 ms |
|
ジャッジサーバーID (参考情報) |
judge1_0 / judge2_1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 2 WA * 1 |
| other | AC * 13 WA * 1 |
ソースコード
b=' ';s=input()+b;l=[b];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 list(map(print,l))
ebicochineal