Skip to content

Commit

Permalink
continue aiming for C++98
Browse files Browse the repository at this point in the history
I will give up if this takes too long and go to C++11
  • Loading branch information
LivInTheLookingGlass committed Jul 22, 2024
1 parent ea4dbce commit 1b95525
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cplusplus/p0004.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Find the largest palindrome made from the product of two 3-digit numbers.
#ifndef EULER_P0004
#define EULER_P0004
#include <algorithm>
#include <cstdio>
#include <iostream>

unsigned int p0004() {
Expand Down

0 comments on commit 1b95525

Please sign in to comment.