#include <string>
#include <vector>
#include <iostream>
using namespace std;


class TimeDifference
{
public:
int x,y,z,seconds(string time1, string time2)