// 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
>>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?