Search
Write a publication
Pull to refresh
0
0
Send message
Вот так работает точно

int ex()
{
    exit(0);
}

int main()
{
    int i = 1000;
    while(1)
    {
	printf("%d\n", i);
	i || ex();
	i --;
    }

    return 0;

}


Зачтется?

Information

Rating
Does not participate
Registered
Activity