> 其他 >
编程求1到n中能被3或7整除的数之和.分别用for循环语句和while循环语句完成
人气:133 ℃ 时间:2019-10-11 19:41:28
解答
int sum(int n){    List<int> list = new List<int>();    for(int x = 0; x <= n;&n...
推荐
猜你喜欢
© 2024 79432.Com All Rights Reserved.
电脑版|手机版