HyperSensualNarwhal

Last stand before arrow move

Dec 12th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.35 KB | None | 0 0
  1.     for (int i = size - 1; i >= 0; i--)
  2.     {
  3.         cont - i;
  4.         for (int j = 0; (j <= size || j == -1); )
  5.         {
  6.             if (j < (size / 2)) j++; else j--;
  7.             cout << "1";*/
  8.             /*if (j <= i) cout << " "; else cout << "0";
  9.             if (j > i) cout << " ";
  10.             if (j == i) cout << "/";
  11.             //if (j == (i - i)) cout << "\\";
  12.            
  13.            
  14.         }
  15.         cout << endl;
  16.     }
  17.  
  18. // last stand
Add Comment
Please, Sign In to add comment