Liste des Groupes | Revenir à theory |
On 6/22/2025 4:25 AM, Mikko wrote:No, as your claim is not clear. You have used HHH in at least
void Infinite_Recursion()
{
Infinite_Recursion();
return;
}
void Infinite_Loop()
{
HERE: goto HERE;
return;
}
void DDD()
{
HHH(DDD);
return;
}
int Sipser_D()
{
if (HHH(Sipser_D) == 1)
return 0;
return 1;
}
int DD()
{
int Halt_Status = HHH(DD);
if (Halt_Status)
HERE: goto HERE;
return Halt_Status;
}
My claim is that each of the above functions correctly
simulated by any termination analyzer HHH that can possibly
exist will never stop running unless aborted by HHH.
Can you affirm or correctly refute this?
Your "in other words" is an obvious lie. Do you really think anyoneAnyway, it was you who changed the topic and then falselyIn other words you find my latest words irrefutable
accused someone else.
so you dodge addressing them.
Les messages affichés proviennent d'usenet.