upd
This commit is contained in:
@@ -90,13 +90,13 @@ Since the record is empty, the total sum is 0.
|
||||
Write your approach here.
|
||||
|
||||
** TODO Python
|
||||
#+begin_src python
|
||||
#+begin_src python :lc-problem 682 :lc-lang python3
|
||||
class Solution:
|
||||
def calPoints(self, operations: List[str]) -> int:
|
||||
#+end_src
|
||||
|
||||
** TODO C++
|
||||
#+begin_src cpp
|
||||
#+begin_src cpp :lc-problem 682
|
||||
class Solution {
|
||||
public:
|
||||
int calPoints(vector<string>& operations) {
|
||||
|
||||
Reference in New Issue
Block a user