/ 程序猿 /

记录详情

Compile Error

/in/foo.cc:2:7: error: expected nested-name-specifier before 'comespace'
 using comespace std;
       ^~~~~~~~~
/in/foo.cc:3:5: warning: decomposition declaration only available with -std=c++1z or -std=gnu++1z
 int [a];
     ^
/in/foo.cc:3:5: error: decomposition declaration cannot be declared with type 'int'
 int [a];
     ^~~
/in/foo.cc:3:5: note: type must be cv-qualified 'auto' or reference to cv-qualified 'auto'
/in/foo.cc:3:8: error: expected initializer before ';' token
 int [a];
        ^
/in/foo.cc:4:1: error: expected unqualified-id before '{' token
 {
 ^

信息

递交者
类型
递交
题目
成绩
语言
C++
递交时间
2018-10-28 16:59:44
评测时间
2018-10-28 16:59:44
评测机
分数
0
总耗时
253ms
峰值内存
29.312 MiB