概述
#include <iostream>
#include <stdio.h>
#include <cstring>
#include <cmath>
using namespace std;
char str[1000][1000];
char type[1000];
//本题目使用scanf巧妙分段,将不同数据保存在不同的数组中,受教了。
void ace()
{
int t, i, j;
scanf("%d", &t);
int no, apart, n;
double inches, wp, hp, dp, ppi;
char ch;
for(no = 1; no <= t; no++)
{
n = 0;
ch = '