记录详情

Compile Error

/in/foo.cc:48:1: error: expected '}' at end of input
 }
 ^
/in/foo.cc: In member function 'int Complex::main()':
/in/foo.cc:35:41: error: 'IEndlm3' was not declared in this scope
  Complex c1(Re1,Im1),c2(Re2,Im2),c3(Re3,IEndlm3);
                                         ^~~~~~~
/in/foo.cc: At global scope:
/in/foo.cc:48:1: error: expected unqualified-id at end of input
 }
 ^

信息

递交者
类型
自测
题目
P1011 OO2-1 复数类的算术、赋值运算符的重载
语言
C++
递交时间
2024-04-05 00:12:35
评测时间
2024-04-05 00:12:35
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes