lychrel/lychrel.hpp

9 lines
168 B
C++
Raw Normal View History

2017-12-02 16:55:48 +01:00
#include <iostream>
#include <cstring>
using namespace std;
long long get_len (string a, string b);
string add (string a, string b);
bool is_palindrome (string str);