avatar
x*8
2
上网还成。
avatar
g*c
3
#include
int main()
{
std::map> m;
int n = m.size();
}
有什么问题?
avatar
l*s
5
missing std:: for the second map;
two adjacent angle brackets is an error before c++11.
you should not use double as key
n shall be size_t instead of n (ok for gcc, but not for vs)
avatar
L*e
6
好听。
avatar
s*k
7
主函数没有return

【在 l*********s 的大作中提到】
: missing std:: for the second map;
: two adjacent angle brackets is an error before c++11.
: you should not use double as key
: n shall be size_t instead of n (ok for gcc, but not for vs)

avatar
p*c
8
avatar
c*1
9
你是打算说:
n shall be size_t instead of int?

【在 l*********s 的大作中提到】
: missing std:: for the second map;
: two adjacent angle brackets is an error before c++11.
: you should not use double as key
: n shall be size_t instead of n (ok for gcc, but not for vs)

avatar
y*x
10
好听!
avatar
l*s
11
typo :-)

【在 c********1 的大作中提到】
: 你是打算说:
: n shall be size_t instead of int?

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。