From charlesreid1

(Created page with "==Problem Statement== ==Solution Technique== ==Code== ==Flags== {{ProjectEulerFlag}}")
 
Line 1: Line 1:
==Problem Statement==
==Problem Statement==
Given numbers of the form <math>a^b</math>, where b <= 100, we are asked to find the values of a and b with the maximum digital sum.
Link: https://projecteuler.net/problem=56


==Solution Technique==
==Solution Technique==

Revision as of 09:56, 8 January 2018

Problem Statement

Given numbers of the form $ a^b $, where b <= 100, we are asked to find the values of a and b with the maximum digital sum.

Link: https://projecteuler.net/problem=56

Solution Technique

Code

Flags