这还要看题解!!??
2026-01-31 15:01:59
发布于:浙江
3阅读
0回复
0点赞
此题is so eazy
直接上解法
#include <bits/stdc++.h>//万能头文件,用iostream也行
using namespace std;//命名空间
int main(){
cout << 3456 * 1234;
return 0;
}
想偷懒
那就直接输出答案
#include <bits/stdc++.h>
using namespace std;
int main(){
cout << 4264704;
return 0;
}
我打赌小白都会
这里空空如也




有帮助,赞一个