记录详情

Compile Error

foo.cc: In function 'int main()':
foo.cc:69:16: warning: left operand of comma operator has no effect [-Wunused-value]
   69 |  PolyList ans=(a, b, n);
      |                ^
foo.cc:69:22: warning: right operand of comma operator has no effect [-Wunused-value]
   69 |  PolyList ans=(a, b, n);
      |                      ^
foo.cc:69:20: error: conversion from 'int' to non-scalar type 'PolyList' requested
   69 |  PolyList ans=(a, b, n);
      |               ~~~~~^~~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
自测
语言
C++
递交时间
2022-04-23 10:41:39
评测时间
2022-04-23 10:41:39
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes