疑惑怎么会 RE\color{purple}\tt{RE}RE
n,ans=int(input()),0 for i in range(n): s=input().split() ans+=s[0]=='#' and len(s)>1 print(ans)