#include "stdafx.h"using namespace System;void main(){ long y = 987654321l; Console::WriteLine( y ); }