记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:23:3: error: expected unqualified-id before '.' token
  t.input();
   ^
/in/foo.cc:24:9: error: expected primary-expression before '.' token
  cout<<t.cal()<<endl;
         ^

信息

递交者
类型
自测
题目
P1001 OO1-2 时间类Time
语言
C++
递交时间
2021-06-22 11:18:19
评测时间
2021-06-22 11:18:19
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes