for (r = 1; r <=n; r++, cout << endl)
for (c = 1; c <=n; c++)
cout << (r==1 || r==n || c==1 || c==n
|| r >= c || (r+c < n+1) ? ' ' : '*');
return 0;
}
Name:
Anonymous2012-02-21 11:59
>>117
leave it to kodak to fail to spot the subtle troll
Name:
Anonymous2012-02-21 12:01
>>120
I'm just pointing out that you aren't skilled on any level. How is that being childisht you fucking moron? Man, I swear, most farm hicks aren't even as dumb as you.
Name:
Anonymous2012-02-21 12:02
>>122
oh look more ad hominems from the child who can't argue without spouting off insults like a immature baby
Name:
Anonymous2012-02-21 12:06
Daily Reminder that kodak_gallery_programmer!!kCq+A64Losi56ze no longer has a job since kodak gallery went bankrupt.
Name:
Anonymous2012-02-21 12:06
>>123
That's right, keep calling me a child in order to avoid the truth that you aren't a skilled programmer. Because you know that deep down inside you don't have what it takes to write an autotroller on your own without modifying someone elses code.
>>39
I work for Google, we laughed our asses off when someone recommended Apache for a project. It's completely unfit for production.
Name:
Anonymous2012-02-21 13:18
Hey Kodak, this is your bi-monthly reminder that any subset of a countable set is also countable. Keep trying to pass Math 101 you fucking retard, you'll be able to define a subset if you practice a lot I'm sure.
>>117
It won't if the implementation is a conforming C implementation, stdout gets flushed at termination, and termination occurs right after the call to puts has finished.
>>140 Nothing, isn't that awesome? Staying all day and night jailed in your awesome confortable rad G+hole? Thank you! I have different objectives for life, like, really living?
Name:
Anonymous2012-02-21 14:25
>>141
In this case, the code may or may not call fflush(). If it doesn't call fflush(), the behavior is undefined. Now shut up you dumbass.
Name:
Anonymous2012-02-21 14:28
>>141
Now given that fact that you're kind of dumb, I really don't expect you to actually understand the passages. I mean fuck, I bet you got C's and B's in your classes when attending your hick school. And you know why this is? Because you have a low IQ. Now do you really expect that you could magically understand something that is more difficult? Exactly. Now fuck off you no talent bitch.
Name:
Anonymous2012-02-21 14:37
Hey Kodak-kun, I just got out of my Computer hardware and assembly lecture.