编程题:用C++编写程序:计算3+5=?

不再孤单_628 |浏览906次
收藏|2022/08/24 03:02

满意回答

2022/08/24 03:18

#include<bits/stdc++.h>using namespace std;int main() { cout << "3+5=" << 3 + 5 << endl; return 0;}

360U3386926423

其他回答(3)
  • 解答:三加五等于八
    回答于 2022/08/24 04:00
  • #include<iostream>using namespace std;int main(){}
    回答于 2022/08/24 03:48
  • 若没有输入/输出要求,简单的C++程序:
    回答于 2022/08/24 03:27
0人关注该问题
+1

 加载中...