#include <stdio.h> int main() { //存储数据 int arr[7] = {0}; int i = 0; while (scanf("%d%d%d%d%d%d%d", &arr[0], &arr[1], &...