Fix headers

This commit is contained in:
2022-11-21 21:15:56 +08:00
parent 9fc414b433
commit d7a0d6cfe3
31 changed files with 62 additions and 62 deletions

View File

@@ -1,5 +1,5 @@
#ifndef S0019_REMOVE_NTH_NODE_FROM_END_OF_LIST
#define S0019_REMOVE_NTH_NODE_FROM_END_OF_LIST
#ifndef S0019_REMOVE_NTH_NODE_FROM_END_OF_LIST_HPP
#define S0019_REMOVE_NTH_NODE_FROM_END_OF_LIST_HPP
struct ListNode {
int val;