提交时间:2025-07-11 14:33:30
运行 ID: 12399
#include<bits/stdc++.h> using namespace std; int a=7744; void fun(int n){ cout<<n; } int main(){ fun(a); }