已解决 黄依成 中级天翼 ???????? 5427 输出算式结果 #include<iostream> using namespace std; int main(){ long long a=12345*54321; cout<<a; return 0; } ?????????????