C++ 代码:计算水笔价格
#include\x20
int\x20main()\x20{ \x20\x20int\x20x,\x20y; \x20\x20cin\x20>>\x20x\x20>>\x20y; \x20\x20int\x20price\x20=\x20y\x20/\x20x; \x20\x20int\x20total\x20=\x20price\x20*\x205; \x20\x20cout\x20<<\x20total\x20<<\x20endl; \x20\x20return\x200; }
原文地址: https://www.cveoy.top/t/topic/pLhd 著作权归作者所有。请勿转载和采集!