提交时间:2025-07-09 11:12:29
运行 ID: 12242
#include<bits/stdc++.h> using namespace std; int sum=5488; int h(int sum){ cout<<sum; } int main(){ h(sum); }