#include <bits/stdc++.h> using namespace std; int main(){ cout<<"red:11 blue:10 yellow:18"; return 0; }