【PAT】B1064 朋友数(20 分)


以前写的,逻辑不好,过后再改

#include
#include
#include
using namespace std;
bool cmp(int a,int b){
    return a

相关