摘要: #include <stdio.h> #include <math.h> long toBinary(int num); int main(int argc, char const *argv[]) { int num; printf("Please input a number: "); scan 阅读全文
posted @ 2023-01-11 21:58 TnT… 阅读(101) 评论(0) 推荐(0)