记录详情

Compile Error

/in/foo.cc:3:231: error: narrowing conversion of '6564120420l' from 'long int' to 'int' inside { } [-Wnarrowing]
 int n,tot=1,z[1000]={1,1,2,5,14,42, 132, 429, 1430, 4862, 16796, 58786, 208012, 742900, 2674440, 9694845, 35357670, 129644790, 477638700, 1767263190, 6564120420, 24466267020, 91482563640, 343059613650, 1289904147324, 4861946401452};
                                                                                                                                                                                                                                       ^
/in/foo.cc:3:231: error: narrowing conversion of '24466267020l' from 'long int' to 'int' inside { } [-Wnarrowing]
/in/foo.cc:3:231: error: narrowing conversion of '91482563640l' from 'long int' to 'int' inside { } [-Wnarrowing]
/in/foo.cc:3:231: error: narrowing conversion of '343059613650l' from 'long int' to 'int' inside { } [-Wnarrowing]
/in/foo.cc:3:231: error: narrowing conversion of '1289904147324l' from 'long int' to 'int' inside { } [-Wnarrowing]
/in/foo.cc:3:231: error: narrowing conversion of '4861946401452l' from 'long int' to 'int' inside { } [-Wnarrowing]

信息

递交者
类型
递交
题目
树屋阶梯
题目数据
下载
语言
C++
递交时间
2018-11-04 16:58:20
评测时间
2019-01-10 22:47:49
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes