闲来没事写篇题解 这道题有个非常简单的思路 思路: 把带的钱和买的钱都换成角的单位 Ac code
```cpp #include<bits/stdc++.h> using namespace std; int main(){ int a,b; cin >> a >> b; int sum = b + a*10; cout << sum / 19; return 0; }
请大家看懂了再抄
註冊一個 Hydro 通用賬戶,您就可以在我們提供的所有線上評測服務上提交程式碼、參與討論。
使用您的 Hydro 通用賬戶