/ Vijos /

记录详情

Compile Error

foo.cpp: In function 'int main()':
foo.cpp:4:9: warning: extended initializer lists only available with -std=c++11 or -std=gnu++11 [enabled by default]
    long n{1,2,3,4,5,6,7,8,9,10};
         ^
foo.cpp:4:31: error: scalar object 'n' requires one element in initializer
    long n{1,2,3,4,5,6,7,8,9,10};
                               ^

信息

递交者
类型
递交
题目
P1102 陶陶摘苹果
语言
C++
递交时间
2014-02-20 19:33:37
评测时间
2014-02-20 19:33:38
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes