結果

問題 No.342 一番ワロタww
ユーザー nebukuro09
提出日時 2016-10-24 16:05:13
言語 Python2
(2.7.18)
結果
WA  
実行時間 -
コード長 162 bytes
コンパイル時間 73 ms
コンパイル使用メモリ 6,912 KB
実行使用メモリ 6,824 KB
最終ジャッジ日時 2024-11-24 02:44:49
合計ジャッジ時間 884 ms
ジャッジサーバーID
(参考情報)
judge1 / judge3
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample WA * 3
other AC * 3 WA * 11
権限があれば一括ダウンロードができます

ソースコード

diff #

# -*- coding: utf-8 -*-

import re
S = raw_input().decode("utf-8")
sp1 = filter(None, re.split(u'w+', S))
sp2 = map(len, filter(None, re.split(u'[^w]+', S)))
0