#include <iostream> using namespace std; unsigned int i1=3; unsigned int i2=6; int i3=i1-i2; cout<<i3<<endl; //-3