Why are the templates evil?

Revision en2, by rotavirus, 2019-09-11 08:08:20

Submission 59175457 by dorijanlendvaj
Look here:

int MOD=1000000007;
int MOD2=998244353;

Now look here:

void M998()
{
	swap(MOD,MOD2);
}

Now look here:

Now look here:

I've answered "YES!", but you should learn that he is wrong; the only evil thing here is the function void M998().

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English rotavirus 2019-09-11 08:08:20 8
en1 English rotavirus 2019-08-20 21:43:27 635 Initial revision (published)