#include using namespace std; int main(){ string r, g, b; cin >> r >> g >> b; int R = 0, G = 0, B = 0; for(int i=0; i