Compile Error
/in/foo.cc: In function 'int main()':
/in/foo.cc:47:7: error: expected ';' before 'cg'
  time cg;
       ^~
/in/foo.cc:47:9: warning: statement is a reference, not call, to function 'time' [-Waddress]
  time cg;
         ^
/in/foo.cc:47:9: warning: statement has no effect [-Wunused-value]
/in/foo.cc:48:2: error: 'cg' was not declared in this scope
  cg.init();
  ^~
  信息
- 递交者
 - 类型
 - 自测
 - 题目
 - P1000 OO1-1 时间类Time
 - 语言
 - C++
 - 递交时间
 - 2019-03-16 09:31:20
 - 评测时间
 - 2019-03-16 09:31:20
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 0ms
 - 峰值内存
 - 0 Bytes