Search found 2 matches
- Thu Nov 26, 2015 6:57 pm
- Forum: Volume 113 (11300-11399)
- Topic: 11362 - Phone List
- Replies: 19
- Views: 13457
Re: 11362 - Phone List
I think the best solution is to use "trie" data structure.
- Wed Aug 26, 2015 8:16 am
- Forum: Volume 100 (10000-10099)
- Topic: 10008 - What's Cryptanalysis?
- Replies: 55
- Views: 27432
Re: 10008 - What's Cryptanalysis?
Hello all
I've submitted the problem several times but getting wrong answer.
My current version reads till EOF. Previously I've tried with getting only N lines.
My code works with the inputs in this forum. Please help..
#include<cstdio>
#include<cstdlib>
#include<algorithm>
using namespace std ...
I've submitted the problem several times but getting wrong answer.
My current version reads till EOF. Previously I've tried with getting only N lines.
My code works with the inputs in this forum. Please help..
#include<cstdio>
#include<cstdlib>
#include<algorithm>
using namespace std ...