2015年4月25日浙江省ACM比赛题解
A、Ace of Aces#include <stdio.h>#include <string.h>#define N 1010int num[N];int main(void){ int t; scanf("%d", &t); while (t--) { int n; scanf("%d", &n); mems