#include<bits/stdc++.h> using namespace std; int sum=5488; int h(int sum){ cout<<sum; } int main(){ h(sum); }