摘要: // main.cpp // 房费率的问题// #include <iostream>#include <stdio.h>#include "hotel.h"using namespace std; int main(){ int nights; double hotel_rate; int cod 阅读全文
posted @ 2022-10-27 15:29 江南王小帅 阅读(45) 评论(0) 推荐(0)
摘要: // 把十进制转换成二进制// #include <iostream>#include<stdio.h> using namespace std; void to_binary(unsigned long n); int main(){ unsigned long num; printf(("Ent 阅读全文
posted @ 2022-10-27 13:31 江南王小帅 阅读(315) 评论(0) 推荐(0)