+ 1
This code fails me, I need the output to be "23 514 624 000", what am I doing wrong?
7 Respuestas
0
What is the idea? What is the logic of the problem ?
0
basically that the code generates "23 514 624 000" at the end of everything.
0
Andrey So why not just do it?
Console.Write("23 514 624 000")
0
Emerson Prado, Because the goal of my question is for the code to automatically generate the result with the information it gives you.
0
Andrey Could you pls elaborate? How does this generation work? Which information it depends on? Where do this information come from?
The way the question is written indicates the only task of the code is to output this string.
0
I am making this code based on "Project Euler", problem 8.
https://projecteuler.net/problem=8
0
Andrey....this the problem: Find the thirteen adjacent digits in the 1000-digit number that have the greatest product. What is the value of this product?