[Boards: 3 / a / aco / adv / an / asp / b / biz / c / cgl / ck / cm / co / d / diy / e / fa / fit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mu / n / news / o / out / p / po / pol / qa / r / r9k / s / s4s / sci / soc / sp / t / tg / toy / trash / trv / tv / u / v / vg / vp / vr / w / wg / wsg / wsr / x / y ] [Home]
4chanarchives logo
You should be able to figure this out:
Images are sometimes not shown due to bandwidth/network limitations. Refreshing the page usually helps.

You are currently reading a thread in /g/ - Technology

Thread replies: 15
Thread images: 4
// Written in C++

#include "stdafx.h"
#include <iostream>

int main()
{
using namespace std;

int t = 1;

while (t <= 100)
{
if (t%3==0)
{
cout << "Fizz";
}

if (t%5==0)
{
cout << "Buzz";
}

if (t%3 != 0 && t%5 != 0)
{
cout << t;
}

cout << "" << endl;
t++;
}

cout << "Press any key to continue." << endl;
t++;

system("pause>nul");

return 0;
}
>>
x-7=19+x
x=26+x
0x=26
>>
>>54826701
:>)
>>
0 =/= 26
>>
x-7=19+x
x=26+x
2x=52
x=26
>>
>>54826826
You seem to have made a few algebra mistakes.
>>
>>54826826
my friend please come around the corner for one moment
>>
File: 1450924353232.png (456 KB, 804x876) Image search: [Google]
1450924353232.png
456 KB, 804x876
>>54826826
>>
File: EVER.jpg (77 KB, 447x428) Image search: [Google]
EVER.jpg
77 KB, 447x428
>>54826826
What the fuck...?
Better Be Bait
>>
cout << "fizz" << endl;
cout << "buzz" << endl;
cout << "girlswhocodewithKarli" << endl

MISOGYNY WONT LET ME COMPILE THIS
>>
>>54827066
Yea, how can you ever expect to compile it without the include file, void/int main, or missing semicolon at the end

silly /g/
>>
>>54827226
You should KNOW what xer wrote! Don't force your compiler norms on xim!
>>
>>54826826
2x = 26
>>
>>54827226
My compiler does this for me, because I use code builder with emojis
>>
x=|13|

how can beephole beep piss stupid?
Thread replies: 15
Thread images: 4

banner
banner
[Boards: 3 / a / aco / adv / an / asp / b / biz / c / cgl / ck / cm / co / d / diy / e / fa / fit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mu / n / news / o / out / p / po / pol / qa / r / r9k / s / s4s / sci / soc / sp / t / tg / toy / trash / trv / tv / u / v / vg / vp / vr / w / wg / wsg / wsr / x / y] [Home]

All trademarks and copyrights on this page are owned by their respective parties. Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
If a post contains personal/copyrighted/illegal content you can contact me at [email protected] with that post and thread number and it will be removed as soon as possible.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com, send takedown notices to them.
This is a 4chan archive - all of the content originated from them. If you need IP information for a Poster - you need to contact them. This website shows only archived content.