Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <iostream>
- #include <set>
- #include <queue>
- #include <vector>
- #include <cstring>
- using namespace std;
- int main() {
- char x = 'd';
- int mesto_vo_azbukata = x - 'a';
- cout << mesto_vo_azbukata << endl;
- return 0;
- }
Advertisement
Add Comment
Please, Sign In to add comment