摘要: Given the array favoriteCompanies where favoriteCompanies[i] is the list of favorites companies for the ith person (indexed from 0). Return the indice 阅读全文
posted @ 2020-05-17 13:54 CNoodle 阅读(223) 评论(0) 推荐(0)
摘要: Implement a basic calculator to evaluate a simple expression string. The expression string contains only non-negative integers, +, -, *, / operators a 阅读全文
posted @ 2020-05-17 05:51 CNoodle 阅读(230) 评论(0) 推荐(0)
摘要: Implement a basic calculator to evaluate a simple expression string. The expression string may contain open ( and closing parentheses ), the plus + or 阅读全文
posted @ 2020-05-17 03:32 CNoodle 阅读(340) 评论(0) 推荐(0)