結果
問題 | No.712 赤旗 |
ユーザー |
|
提出日時 | 2018-07-15 11:41:52 |
言語 | Python2 (2.7.18) |
結果 |
AC
|
実行時間 | 10 ms / 2,000 ms |
コード長 | 113 bytes |
コンパイル時間 | 483 ms |
コンパイル使用メモリ | 6,912 KB |
実行使用メモリ | 6,144 KB |
最終ジャッジ日時 | 2024-10-15 15:30:23 |
合計ジャッジ時間 | 1,126 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 5 |
ソースコード
#yuki712n,m=map(int,raw_input().split())res=0for i in xrange(n):a=raw_input()res+=a.count('W')print res