记录详情

Compile Error

foo.cc: In function 'Listnode* Insert(int*, int)':
foo.cc:11:12: error: invalid conversion from 'int' to 'Listnode*' [-fpermissive]
     return 3 353;
            ^
foo.cc:11:14: error: expected ';' before numeric constant
     return 3 353;
              ^~~
foo.cc:11:17: warning: statement has no effect [-Wunused-value]
     return 3 353;
                 ^
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
自测
语言
C++
递交时间
2021-11-07 10:50:40
评测时间
2021-11-07 10:50:40
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes