Round #1 B. Spreadsheets

題意:另外一種形式的進制轉換。python import re for _ in range(input()): s = raw_input() p = re.match(r'R(\d+)C(\d+)', s) if p: c = int(p.group(2)) r = p.group(1) while c:
相關文章
相關標籤/搜索