Skip to content

Commit 39bf81e

Browse files
add #include statements
1 parent 74d4e53 commit 39bf81e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cpp/_1.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ Because nums[0] + nums[1] = 2 + 7 = 9,
1313
return [0, 1].
1414
1515
*/
16+
17+
#include <vector>
18+
#include <unordered_map>
19+
using namespace std;
20+
1621
class Solution {
1722
public:
1823
vector<int> twoSum(vector<int>& nums, int target) {

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy