Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
これを計算するにはどうすればよいですか:
[["toto", 3], ["titi", 10], ["toto", 2]]
これを取得するには:
[["toto", 5], ["titi", 10]]
ありがとう