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