对吗
  • 板块P1001 A+B Problem
  • 楼主CCWLeo
  • 当前回复6
  • 已保存回复6
  • 发布时间2024/12/7 17:53
  • 上次更新2024/12/7 21:04:37
查看原帖
对吗
1590380
CCWLeo楼主2024/12/7 17:53
#include <bits/stdc++.h>
using namespace std;
int main(){
    int a,b;
    cin >> a >> b;
    cout << a + b;
    return 0;
}
2024/12/7 17:53
加载中...