Facebook
From Crimson Mousedeer, 4 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 183
  1. #include<iostream>
  2. #include<string>
  3.  
  4. using namespace std;
  5.  
  6. int main()
  7. {
  8.         int a = 9;
  9.         int b = 15;
  10.         while (a < 17)
  11.         {
  12.                
  13.                 cout << "163.192." + to_string(a) + "." + to_string(b) << endl;
  14.  
  15.                 b++;
  16.  
  17.  
  18.                 while (b == 256||b==5)
  19.                 {
  20.                         a++;  b=0;
  21.                         cout<<"163.192." << a << b << endl;
  22.                
  23.                                
  24.                 }
  25.  
  26.         }
  27.  
  28.  
  29.  
  30.  
  31.         //system("pause");
  32.                 return 0;
  33. }