摘要: #include <iostream> using namespace std; float avg_score(float sc, int num) { return sc/num; } void show_score(float avg) { cout << "Your average scor 阅读全文
posted @ 2017-09-29 00:57 Bear_Guo 阅读(157) 评论(0) 推荐(0) 编辑