JavaShuo
欄目
標籤
【Leetcode_總結】551. 學生出勤紀錄 I - python
時間 2021-01-22
欄目
Python
简体版
原文
原文鏈接
給定一個字符串來代表一個學生的出勤紀錄,這個紀錄僅包含以下三個字符: 'A' : Absent,缺勤 'L' : Late,遲到 'P' : Present,到場 如果一個學生的出勤紀錄中不超過一個'A'(缺勤)並且不超過兩個連續的'L'(遲到),那麼這個學生會被獎賞。 你需要根據這個學生的出勤紀錄判斷他是否會被獎賞。 示例 1: 輸入: "PPALLP" 輸出: True 示例 2: 輸入:
>>阅读原文<<
相關文章
1.
leetcode-551. 學生出勤紀錄 I
2.
[Swift]LeetCode551. 學生出勤紀錄 I | Student Attendance Record I
3.
551. Student Attendance Record I 從字符串判斷學生考勤
4.
【Leetcode_總結】38. 報數 - python
5.
【Leetcode_總結】682. 棒球比賽- python
6.
【Leetcode_總結】 205. 同構字符串 -python
7.
【Leetcode_總結】 739. 每日溫度 - python
8.
【Leetcode_總結】 338. 比特位計數 - python
9.
【Leetcode_總結】 859. 親密字符串 -python
10.
【Leetcode_總結】62. 不同路徑 - python
更多相關文章...
•
SQLite - Python
-
SQLite教程
•
XML 總結 下一步學習什麼呢?
-
XML 教程
•
算法總結-雙指針
•
算法總結-回溯法
相關標籤/搜索
Leetcode_總結
出勤
紀錄
出差總結
學習總結
學習、總結
i+++i+++i
i++
Python
MyBatis教程
PHP教程
NoSQL教程
初學者
學習路線
0
分享到微博
分享到微信
分享到QQ
每日一句
每一个你不满意的现在,都有一个你没有努力的曾经。
最新文章
1.
吳恩達深度學習--神經網絡的優化(1)
2.
FL Studio鋼琴卷軸之工具菜單的Riff命令
3.
RON
4.
中小企業適合引入OA辦公系統嗎?
5.
我的開源的MVC 的Unity 架構
6.
Ubuntu18 安裝 vscode
7.
MATLAB2018a安裝教程
8.
Vue之v-model原理
9.
【深度學習】深度學習之道:如何選擇深度學習算法架構
本站公眾號
歡迎關注本站公眾號,獲取更多信息
相關文章
1.
leetcode-551. 學生出勤紀錄 I
2.
[Swift]LeetCode551. 學生出勤紀錄 I | Student Attendance Record I
3.
551. Student Attendance Record I 從字符串判斷學生考勤
4.
【Leetcode_總結】38. 報數 - python
5.
【Leetcode_總結】682. 棒球比賽- python
6.
【Leetcode_總結】 205. 同構字符串 -python
7.
【Leetcode_總結】 739. 每日溫度 - python
8.
【Leetcode_總結】 338. 比特位計數 - python
9.
【Leetcode_總結】 859. 親密字符串 -python
10.
【Leetcode_總結】62. 不同路徑 - python
>>更多相關文章<<