Advertisement
Guest User

Untitled

a guest
Dec 8th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.15 KB | None | 0 0
  1.     int rot = 0;
  2.     for(int i=0;i<dls;i++){
  3.         int w = rot % dlk;
  4.         rot++;
  5.  
  6.         int zn = slowo[i]-65;
  7.         cout << asz[w][zn];
  8.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement