|
|
1.1 root 1: #include "String.h"
2:
3: struct pair {
4: String word;
5: int count;
6: pair(String w, int c) : word(w), count(c) {}
7: ~pair() {}
8: };
9:
10: ostream& operator<<(ostream&, pair*);
11:
12: typedef pair *pairST;
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.