题解列表

筛选

头疼的工人-题解(C语言代码)

摘要:解题思路:先转化为二进制数再用pow函数求得答案注意事项:参考代码:#include<stdio.h>#include<math.h>int main(void){ int x,a[25],i,n=0……