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