123456
#include<iostream> using namespace std; int main() {cout<<-1*2*sizeof(double); cin.get();}
cout << signed( -1*2*sizeof(double) );