Skip to content

Instantly share code, notes, and snippets.

View k6l2's full-sized avatar

Kyle k6l2

View GitHub Profile
@k6l2
k6l2 / 1740-forever-young.cpp
Last active February 4, 2017 09:47
UVA 1740 Forever Young Runtime==ZERO
#include <iostream>
#include <vector>
#include <cstdint>
#include <cmath>
using namespace std;
class ConvertedNumber
{
public:
bool operator<(const ConvertedNumber& other) const
{