#include <iostream> using namespace std; int main() { string str; cin >> str; int j = 0, Max1 = 1, Max2 = 1; ...