记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:11:3: error: 'frind' does not name a type
   frind void display(Time &);
   ^~~~~
/in/foo.cc:17:12: error: qualified-id in declaration before '(' token
  Time::Time(int h,int m,int s)
            ^
/in/foo.cc:24:2: error: a function-definition is not allowed here before '{' token
  {
  ^
/in/foo.cc:29:2: error: a function-definition is not allowed here before '{' token
  {
  ^

信息

递交者
类型
递交
题目
P1416 1 时间类(生死过程)
语言
C++
递交时间
2023-06-20 13:25:34
评测时间
2023-06-20 13:25:34
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes