简单的A + B Problem [1]

zhutouchen 2020-02-22 11:00:22 6

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

{{ vote && vote.total.up }}