Advertisement
farum12

Untitled

Apr 3rd, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. #include <iostream>
  2. #include <cstdlib>
  3. #include <string>
  4.  
  5. using namespace std;
  6.  
  7. int main() {
  8. char tab[25]; string napis; for (int i = 0, k = 97;i<25;i++) { tab[i] = k++; } for (int x = 0; x < 4; x++) { for (int i = 0;i < 8;i++){ for (int j = 0;j <= i;j++) cout << tab[12] << tab[0] << tab[2] << tab[8] << tab[4] << tab[6] << tab[6] << tab[4] << tab[9]; cout << endl;} } cout << endl << "JK :D" << endl; cout << tab[22] << tab[18] << tab[24] << tab[18] << tab[19] << tab[10] << tab[8] << tab[4] << tab[6] << tab[14] << " " << tab[13] << tab[0] << tab[9] << tab[11] << tab[4] << tab[15] << tab[18] << tab[4] << tab[6] << tab[14] << "!" << endl; system("pause");
  9. return 0;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement