mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 16:01:41 +08:00
update
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"23.7K\", \"totalSubmission\": \"55.9K\", \"totalAcceptedRaw\": 23706, \"totalSubmissionRaw\": 55928, \"acRate\": \"42.4%\"}",
|
||||
"stats": "{\"totalAccepted\": \"23.7K\", \"totalSubmission\": \"55.9K\", \"totalAcceptedRaw\": 23707, \"totalSubmissionRaw\": 55929, \"acRate\": \"42.4%\"}",
|
||||
"hints": [
|
||||
"Carefully parse each line according to the following rules:\r\n\r\n* If we start a block comment and we aren't in a block, then we will skip over the next two characters and change our state to be in a block.\r\n\r\n* If we end a block comment and we are in a block, then we will skip over the next two characters and change our state to be *not* in a block.\r\n\r\n* If we start a line comment and we aren't in a block, then we will ignore the rest of the line.\r\n\r\n* If we aren't in a block comment (and it wasn't the start of a comment), we will record the character we are at.\r\n\r\n* At the end of each line, if we aren't in a block, we will record the line."
|
||||
],
|
||||
|
Reference in New Issue
Block a user