返回列表 發帖
  1. #include<bits/stdc++.h>
  2. using namespace std;
  3. int n;
  4. int main()
  5. {
  6.     cin >> n;
  7.     printf("%.2f\n",n*23.34);
  8.     return 0;
  9. }
複製代碼
Vincent

TOP

返回列表