摘要: Implement a basic calculator to evaluate a simple expression string. The expression string contains only non-negative integers, +, -, *, / operators a 阅读全文
posted @ 2020-04-28 07:37 xuan_abc 阅读(177) 评论(0) 推荐(0)
摘要: Determine if a 9x9 Sudoku board is valid. Only the filled cells need to be validated according to the following rules: Each row must contain the digit 阅读全文
posted @ 2020-04-28 06:48 xuan_abc 阅读(121) 评论(0) 推荐(0)
摘要: Write a program to count the number of days between two dates. The two dates are given as strings, their format is YYYY-MM-DD as shown in the examples 阅读全文
posted @ 2020-04-28 01:52 xuan_abc 阅读(160) 评论(0) 推荐(0)