Josif_tepe

Untitled

Oct 15th, 2025
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.25 KB | None | 0 0
  1. #include <iostream>
  2. #include <set>
  3. #include <queue>
  4. #include <vector>
  5. #include <cstring>
  6. using namespace std;
  7.  
  8. int main() {
  9.     char x = 'd';
  10.    
  11.     int mesto_vo_azbukata = x - 'a';
  12.    
  13.     cout << mesto_vo_azbukata << endl;
  14.     return 0;
  15. }
  16.  
Advertisement
Add Comment
Please, Sign In to add comment