Source code

Revision control

Copy as Markdown

Other Tools

int TestSimpleEquivalent(int X, int Y) {
if (X - X) return 1;
}