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