thenuke321

Untitled

Apr 27th, 2014
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.81 KB | None | 0 0
  1. #include <iostream>
  2. using namespace std;
  3. // This crappy stress tester was made by Atton on 4/16/2014
  4. // Do anything you like with this tool but do not blame me if your crappy cooling systems fuck’s itself.
  5.  
  6. void stage1 (){
  7.     int a = 1;
  8.     int box =  9000000000000000 / 3;
  9.     while (a <= 900000000000)
  10.     {
  11.         cout << "B" << a << endl;
  12.         cout << box << endl;
  13.         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 ;
  14.     }
  15. }
  16.  
  17.  
  18. int main (){
  19.     cout << "This is Atton Risks CPU stress testing program." << endl;
  20.     cout << "To begin put a number into the console!" << endl;
  21.     int numb = 120;
  22.     int trigger;
  23.     cin >> trigger;
  24.     if (trigger < numb)
  25.     {
  26.         cout << "POWERING UP" << endl;
  27.     }
  28.     stage1();
  29.     return 0;
  30. }
Advertisement
Add Comment
Please, Sign In to add comment