摘要:
#include<cstdio>#include<iostream>#include<iterator>#include<algorithm>#include<set>#include<vector>#include<cmath>#include<cstring>using namespace st 阅读全文
摘要:
[Warning] pointer to a function used in arithmetic [-Wpointer-arith] 关于这个warning,直译是将指向函数的指针运用于计算一开始我不明白,后来经仔细检查后发现我定义的一个函数,需要的变量是三个int,但我最后在使用函数时,本来应 阅读全文