C++程序:计算购买水笔的总价
///'#include ///'iostream///'//nusing namespace std;//n//nint main() {//n int x, y;//n cin >> x >> y;//n int price = y / x;//n cout << price * 5 << endl;//n return 0;//n}//n///
原文地址: https://www.cveoy.top/t/topic/pLhb 著作权归作者所有。请勿转载和采集!