#include<bits/stdc++.h> using namespace std; int a=7744; void fun(int n){ cout<<n; } int main(){ fun(a); }