Name: Anonymous 2014-02-14 10:48
In this thread, we will write a high quality program by all working on it at the same time. You must not write a line that causes a compiling error. You can only remove a line after writing a proof that it causes a bug.
You can add lines at A, B, C, D or E. You can write atmost 3 lines per post.
The program currently has no output, and never exits.
// A
int main(void)
{
// B
while(1)
{
// C
}
// D
return 0;
}
// EYou can add lines at A, B, C, D or E. You can write atmost 3 lines per post.
The program currently has no output, and never exits.