logo AlgoBeat OnlineJudge
登录 注册

题解:A+B problem

作者: charly666 作弊者  ·  发布于 2026-07-06 20:58:25  ·  最后修改于 2026-07-06 21:23:17
已通过
审核员:Allen123456hello hello · 2026-07-06 21:23:17

直接输入 ,然后输出

#include<bits/stdc++.h>
using namespace std;
int a,b;
int main(){
    cin>>a>>b;
    cout<<a+b;
    return 0;
}

暂无评论

登录 后即可评论。