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