#include using namespace std; int main() { vector v(3); map m; for (int i = 0; i < 3; i++) { cin >> v[i]; m[v[i]]++; } if (m["RED"]