救民于水火

x-hechengye 2022-08-09 15:57:36 34 返回题目

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