返回列表 發帖
  1. #include<bits/stdc++.h>
  2. using namespace std;

  3. int main()
  4. {
  5.     int n;
  6.     cin >> n;
  7.     cout << n+9 << endl;

  8.     return 0;
  9. }
複製代碼
Vincent

TOP

返回列表