摘要:
简单的模拟 class Solution { public: int finalValueAfterOperations(vector<string>& operations) { int ans = 0; for (auto str : operations) { if (str[0] == 'X 阅读全文
posted @ 2022-12-23 09:35
zhanghanLeo
阅读(25)
评论(0)
推荐(0)
浙公网安备 33010602011771号