#include <cstdlib>
#include <iostream>
#include <string>
using namespace std;
int main(int argc, char *argv[])
{
    struct Pair{
           string name;
           double val;
    };
    
    vector<Pair>pairs;
    
    system("PAUSE");
    return EXIT_SUCCESS;
}



 
											







 
	    

 
	


