摘要: 洛谷 P1001 A+B Problem 对我来说,非常的困难简单,思路就是,新建两个变量,然后输入,接着输出它们的和。。。 #include<iostream> using namespace std; int main() { int a, b; cin >> a >> b; cout << a 阅读全文
posted @ 2022-12-26 22:15 TangHaojun 阅读(47) 评论(0) 推荐(0) 编辑