摘要:// Note:Your choice is C++ IDE#include <iostream>#include <stdio.h>#include <string.h>#include <stdlib.h>#include <iomanip.h>#include <conio.h>const int MAX_P=20;const int MAXA=10;const int MAXB=5;const int MAXC=7;ty
阅读全文