记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:39:7: error: expected ';' before 'cg'
  time cg;
       ^~
/in/foo.cc:39:9: warning: statement is a reference, not call, to function 'time' [-Waddress]
  time cg;
         ^
/in/foo.cc:39:9: warning: statement has no effect [-Wunused-value]
/in/foo.cc:40:2: error: 'cg' was not declared in this scope
  cg.init();
  ^~

信息

递交者
类型
自测
语言
C++
递交时间
2019-03-16 10:20:39
评测时间
2019-03-16 10:20:39
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes