摘要:
``` include using namespace std; int T, temp; int main() { scanf("%d",&T); while(T ) { scanf("%d",&temp); printf("%d\n",temp 1); } } include using nam 阅读全文
摘要:
本题来自8VC Venture Cup 2017 Elimination Round,tourist积分榜成绩最高的一场比赛中的第三题 题目大意,有n个数,组成的无向无权图,其中共有n 1条边。 题目第二行给出了n个数,每一个数字表示与第i(1 using namespace std; int ma 阅读全文