ademosh

Untitled

Nov 17th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. for (int i = 0; i <= ukazi; ++i)
  2. {
  3. if ((alphaB[i][1] == ' ')) {
  4. alphaB[i][1] = alphaB[i + 1][0];
  5. cout << 'L';
  6. }
  7.  
  8. }
Add Comment
Please, Sign In to add comment