# Include <map>
# Include <vector>
# Include <iostream>
Using namespace STD;
Struct urlkeystru
{
Int iurlid;
String strurl;
};
Struct traceip
{
String IP;
Int ittl;
};
Struct urlresdatastru
{
Int isuccdialcount;
Int iblockcount;
Vector <traceip> vectraceip;
};
// 1. requires an overload smaller than the number, which is used for the default sorting of keys in map.
Bool operator <(const urlkeystru & struurlkey1, const urlkeystru & struurlkey2)
{
If (struurlkey1.iurlid <struurlkey2.iurlid)
Return true;
Else
Return false;
}
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.