C++經典編程題目(十五)真假硬幣

設有8枚硬幣a,b,c,d,e,f,g,h,其中有一枚硬幣是僞造的。 真僞硬幣的區別僅是重量不一樣,可能重,可能輕。今要求以天平爲工具,用最少的 比較次數挑出僞造硬幣,並鑑定它是重仍是輕。 #include <stdio.h> #include <iostream> #include <time.h> using namespace std; #define N 8 #define T 1
相關文章
相關標籤/搜索