It’s impossible to cheat, because opponents that begin with PREFIX can’t not cooperate with this program.
// begin PREFIXStrategy main(SourceCode other){return Strategy.DEFECT;}// end PREFIX
No, your program doesn’t begin with PREFIX. PREFIX is the chunk of source code between “begin PREFIX” and “end PREFIX” in the original program. Note the mention of quines.
// begin PREFIX
Strategy main(SourceCode other)
{
return Strategy.DEFECT;
}
// end PREFIX
No, your program doesn’t begin with PREFIX. PREFIX is the chunk of source code between “begin PREFIX” and “end PREFIX” in the original program. Note the mention of quines.