Advertisement
dllbridge

Untitled

Oct 22nd, 2022
815
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.23 KB | None | 0 0
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. string  b[26];
  5.  
  6. ///////////////////////////////////////////////////////
  7. int main()                                          //
  8. {
  9.    
  10.     for(int i = 0; i <= 26; i++) cout << b[i];
  11.  
  12. }
  13.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement