Hissing Microphone

From programming_contest
Revision as of 04:50, 3 December 2017 by imported>Kmk21 (Created page with "This problem asks whether an input string has consecutive 's' in it. It is trivial, and can be done in a single line if clever. Category:ICPC Problems Category:Rmrc201...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This problem asks whether an input string has consecutive 's' in it.

It is trivial, and can be done in a single line if clever.