竞赛
考级
第一个题解是错的,得稍微更改: #include <iostream> using namespace std; int main() { int a, b, c; cin>>a>>b>>c; cout<<(a+b==c?"YES":"NO"); }
提交答案之后,这里将显示提交结果~