ans

DOZIE 2022-06-24 14:19:50 7 返回题目

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

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