题解der~

yuyoulin 2023-11-28 20:34:13 8 返回题目

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

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