682. Baseball Game

class Solution {public:    int calPoints(vector<string>& ops) {        stack<int> s;        int ans = 0;        int num = 0;        for(int i = 0;i<ops.size();i++)        {            if(ops[i] == "C"
相關文章
相關標籤/搜索