文章 0 浏览 0
bool comapare(int val) { if(val>5) { return true; } return false; } int myFunct(int x,int y) { int count = 0; count = (int)compare(x) + (int…
文章 0 评论 0
接受