Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <iostream>
- using namespace std;
- // This crappy stress tester was made by Atton on 4/16/2014
- // Do anything you like with this tool but do not blame me if your crappy cooling systems fuck’s itself.
- void stage1 (){
- int a = 1;
- int box = 9000000000000000 / 3;
- while (a <= 900000000000)
- {
- cout << "B" << a << endl;
- cout << box << endl;
- a = a + 9000000000-900*90000*99000+1+1+1+1+1+1+1+1+1+1+1+1+1+190*90+120+900+1+1+1+1+1+1+1+1+1+1+1 ;
- }
- }
- int main (){
- cout << "This is Atton Risks CPU stress testing program." << endl;
- cout << "To begin put a number into the console!" << endl;
- int numb = 120;
- int trigger;
- cin >> trigger;
- if (trigger < numb)
- {
- cout << "POWERING UP" << endl;
- }
- stage1();
- return 0;
- }
Advertisement
Add Comment
Please, Sign In to add comment