Justinâ„¢ said:I have written the complete standard C program for you...[snipped]
Unfortunately, your little program doesn't conform to the ISO C or C++ standards.
Try again.
Mod Edit: Please no flaming
Justinâ„¢ said:I have written the complete standard C program for you...[snipped]
#include <stdio.h>
int main(int a, char **b)
{
char *c;
if (*(c = a ? *b = b[1] : ++*b))
for (main(0, b); *++c; *c ^= **b ^= *c ^= **b)
main ((*c ^= **b ^= *c ^= **b, 0), b);
else puts(b[1]);
--*b;
return 0;
}