520. 检测大写字母
检测大写字母
- 难度:
easy - 原始链接: https://leetcode.cn/problems/detect-capital
- 标签:
模拟
解法一: 模拟
1 | func detectCapitalUse(word string) bool { |
easy模拟1 | func detectCapitalUse(word string) bool { |
Update your browser to view this website correctly.&npsb;Update my browser now