Search found 1 match

by heavenllymoon
Sun Feb 24, 2013 4:11 pm
Forum: Volume 7 (700-799)
Topic: 755 - 487--3279
Replies: 115
Views: 47508

755 - 487--3279

I got a TLE on this problem,here is my code:
#include <iostream>
#include <string>
#include <vector>
#include <cctype>
#include <cstdio>
#include <algorithm>
using namespace std;

vector<string> tel,out,cmp;
vector<int> vis;
int times;

int main()
{
int cases;
cin >> cases;
cin.ignore();
cin ...

Go to advanced search