attendance专题

leetcode#551. Student Attendance Record I

题目 You are given a string representing an attendance record for a student. The record only contains the following three characters: ‘A’ : Absent. ‘L’ : Late. ‘P’ : Present. A student could be rew

Student Attendance Record I问题及解法

问题描述: You are given a string representing an attendance record for a student. The record only contains the following three characters: 'A' : Absent.'L' : Late.'P' : Present. A student could be re

Attendance Machine (KPI)

Attendance Machine (KPI) QQ机考勤机数据KPI

551. Student Attendance Record I[Easy](Leetcode每日一题-2021.08.17)

Problem You are given a string s representing an attendance record for a student where each character signifies whether the student was absent, late, or present on that day. The record only contains