#include<iostream> using namespace std; int main(){ int a = 32768; short b = a; cout << "D C" <<endl; return 0; }