This commit is contained in:
2022-03-12 11:04:49 +08:00
parent 9492097e79
commit e956e22e72
6 changed files with 8 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
#ifndef S1_TWO_SUM_HPP
#define S1_TWO_SUM_HPP
#ifndef S0001_TWO_SUM_HPP
#define S0001_TWO_SUM_HPP
#include <iostream>
#include <unordered_map>

View File

@@ -1,5 +1,5 @@
#ifndef S2_ADD_TWO_NUMBERS_HPP
#define S2_ADD_TWO_NUMBERS_HPP
#ifndef S0002_ADD_TWO_NUMBERS_HPP
#define S0002_ADD_TWO_NUMBERS_HPP
struct ListNode {
int val;