ГлавнаяСборникиТурнирыРазделыФорумыУчастникиПечатьПомощьО системе

Форумы > Обсуждение задач > тема:


Задача "Filtering Contact List"

Идёт турнир!

В настоящий момент идёт турнир. Некоторая информация и функции сервера недоступны до его окончания.

imesecan13.апр.2013 в 13:18:23
0Сообщение скрыто

imesecan13.апр.2013 в 13:21:27
1
(0: TOD11)
If the length of the filter is bigger than the length of the contact name, that item doesn't fit to the given criteria.

imesecan13.апр.2013 в 13:23:43
2Сообщение скрыто

imesecan13.апр.2013 в 13:27:42
3
(2: ArditMeti)
Normally you should better convert all to lowercase (or uppercase). But in our test cases, you don't have to. All the names start with uppercase and continue with lowercase.

imesecan13.апр.2013 в 13:28:42
4Сообщение скрыто

imesecan13.апр.2013 в 13:42:45
5
(4: HRP)
There is no problem. numFilter doesn't have to be given char by char. But you process char by char.

imesecan13.апр.2013 в 13:53:33
6Сообщение скрыто

imesecan13.апр.2013 в 14:02:26
7
(6: ArditMeti)
I think firstly your slash is reverse, it has to be '\0'.
Secondly, if your array is char array they I think you can also use the constant NULL. (If your array is integer or something else it's ...)

imesecan13.апр.2013 в 14:04:13
8Сообщение скрыто

imesecan13.апр.2013 в 14:08:12
9Сообщение скрыто

imesecan13.апр.2013 в 14:15:36
10
(9: ArditMeti)
if you want to access first char of string variable name,
string name;
cin>>name;

cout<<name[0];


www.contester.ru