Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <bits/stdc++.h>
- #include <Windows.h>
- using namespace std;
- string a;
- int ans;
- int main() {
- SetConsoleCP(1251);
- SetConsoleOutputCP(1251);
- while(cin >> a) {
- if (a.back() == 'и')
- ++ans;
- }
- cout << ans;
- return 0;
- }
Advertisement
Add Comment
Please, Sign In to add comment