Skip to content

Instantly share code, notes, and snippets.

#include <iostream>
#include <string>
#include <cmath>
#include <iomanip>
using namespace std;
int main() {
int userDay = 0;
int userYear = 0;
int userMonth = 0;
@GlowingAshes
GlowingAshes / memes
Last active January 30, 2017 07:03
#include <iostream>
#include <string>
#include <cmath>
using namespace std;
int main() {
int userDay = 0;
int userYear = 0;
int userMonth = 0;