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.
說說Python中的垃圾回收機制?
2.
螞蟻金服面試分享,阿里的offer真的不難,3位朋友全部offer
3.
Spring Boot (三十一)——自定義歡迎頁及favicon
4.
Spring Boot核心架構
5.
IDEA創建maven web工程
6.
在IDEA中利用maven創建java項目和web項目
7.
myeclipse新導入項目基本配置
8.
zkdash的安裝和配置
9.
什麼情況下會導致Python內存溢出?要如何處理?
10.
CentoOS7下vim輸入中文
本站公眾號
歡迎關注本站公眾號,獲取更多信息
相關文章
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
>>更多相關文章<<