#include using namespace std; int main(void) { int r = 116; int g = 10; int b = 10; cout << hex << r << " " << g << " " << b << endl; }