/ Vijos /

记录详情

Compile Error

/in/foo.cc:24:16: error: empty character constant
         return ''
                ^~
/in/foo.cc:2:9: error: expected class-name before '__init__'
     def __init__(self, mark):
         ^~~~~~~~
/in/foo.cc:2:9: error: expected '{' before '__init__'
/in/foo.cc:2:18: error: 'self' was not declared in this scope
     def __init__(self, mark):
                  ^~~~
/in/foo.cc:2:24: error: 'mark' was not declared in this scope
     def __init__(self, mark):
                        ^~~~
/in/foo.cc:2:28: error: expression list treated as compound expression in initializer [-fpermissive]
     def __init__(self, mark):
                            ^

信息

递交者
类型
递交
题目
P1114 FBI树
语言
C++
递交时间
2021-12-17 21:26:01
评测时间
2021-12-17 21:26:01
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes