Algorithms_in_C++ 1.0.0
Set of algorithms implemented in C++.
|
Check if a number is palindrome or not. More...
#include <algorithm>
#include <iostream>
#include <cstring>
Functions | |
int | main () |
Check if a number is palindrome or not.
This program cheats by using the STL library's std::reverse function.
int main | ( | void | ) |
Main function