摘要: I Think I Need a Houseboat 思路:距离问题,一道水题 代码: #include <iostream> #include <cmath> using namespace std; #define PI 3.1415 int main() { int k, a = 1, yea 阅读全文
posted @ 2020-03-07 17:37 PCDL&TIPO 阅读(125) 评论(0) 推荐(0) 编辑
摘要: Financial Management 思路:一道水题,循环求和然后除以12即可,注意格式。 代码: #include<iostream> using namespace std; int main(){ double sum = 0.0; for (int i = 0; i < 12; i++) 阅读全文
posted @ 2020-03-07 17:17 PCDL&TIPO 阅读(94) 评论(0) 推荐(0) 编辑