O3
#include <stdio.h>
#include <iostream>
#include <i...
#include <stdio.h>
#include <iostream>
#include <iomanip>
using namespace std;
#define N 16
char A1[N] = {10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60, 65, 70, 75, 80, 85};
char B1[N] = {5, 10, 15, 20...