Talk:Sum of square and cube digits of an integer are primes: Difference between revisions

From Rosetta Code
Content added Content deleted
(vague)
 
No edit summary
Line 1: Line 1:
The way the question is worded, it seems to be asking us to take the digits of the number, add up their squares then add up their cubes, and if the two sums are primes output the number. But the solutions already present square and cube the numbers and just find the digit sum. This is vaguely worded. [[User:Thebigh|Thebigh]] ([[User talk:Thebigh|talk]]) 23:03, 21 December 2021 (UTC)
The way the question is worded, it seems to be asking us to take the digits of the number, add up their squares then add up their cubes, and if the two sums are primes output the number. But the solutions already present square and cube the numbers and just find the digit sum. This is vaguely worded. [[User:Thebigh|Thebigh]] ([[User talk:Thebigh|talk]]) 23:03, 21 December 2021 (UTC)
:I did it all wrong first try too, feel free to change it. Maybe (this is supposed to be a quite/quiet gentle poke that I know won't work) it should read:
:Take random Project Euler entry, pass through Google Translate or similar umpteen times, eg -> French -> Haitian -> Maori -> Welsh -> English, and post as a task here.
: Or maybe "Sum of thought and care in copy Project Euler is zero, where n < e[1] could do that". --[[User:Petelomax|Pete Lomax]] ([[User talk:Petelomax|talk]]) 09:42, 22 December 2021 (UTC)

Revision as of 09:43, 22 December 2021

The way the question is worded, it seems to be asking us to take the digits of the number, add up their squares then add up their cubes, and if the two sums are primes output the number. But the solutions already present square and cube the numbers and just find the digit sum. This is vaguely worded. Thebigh (talk) 23:03, 21 December 2021 (UTC)

I did it all wrong first try too, feel free to change it. Maybe (this is supposed to be a quite/quiet gentle poke that I know won't work) it should read:
Take random Project Euler entry, pass through Google Translate or similar umpteen times, eg -> French -> Haitian -> Maori -> Welsh -> English, and post as a task here.
Or maybe "Sum of thought and care in copy Project Euler is zero, where n < e[1] could do that". --Pete Lomax (talk) 09:42, 22 December 2021 (UTC)