짱해커가 되어보자

boj 2810 본문

프로그래밍_일반/백준

boj 2810

Spadework 2020. 3. 9. 08:29

* Solved 기준 브론즈2 단순 풀이

input(); l = input()
print(l.count('S')+l.count('LL')+(1 if l.count('LL') else 0))

 

'프로그래밍_일반 > 백준' 카테고리의 다른 글

boj 6502  (0) 2020.03.11
boj 13304  (0) 2020.03.11
boj 2399  (0) 2020.03.09
boj 2884  (0) 2020.03.08
boj 2484  (0) 2020.03.07
Comments