Fix reverse not declared
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Sainnhe Park 2022-11-02 22:25:01 +08:00
parent 2e241f235c
commit 5f22966853
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
#define S0009_PALINDROME_NUMBER
#include <string>
#include <algorithm>
using namespace std;