/ Vijos /

记录详情

Compile Error

foo.cc: In function 'int main()':
foo.cc:57:34: error: invalid operands of types 'int [1455]' and 'int' to binary 'operator*'
   57 |                 int tm = mods[0] * mods[i][l-1] % m;
      |                          ~~~~~~~ ^ ~~~~~~~~~~~~
      |                                |              |
      |                                int [1455]     int
foo.cc:71:42: error: invalid operands of types 'int [1455]' and 'int' to binary 'operator*'
   71 |                         int tm = mods[0] * mods[i][j-1] * mods[j][l-1] % m;
      |                                  ~~~~~~~ ^ ~~~~~~~~~~~~
      |                                        |              |
      |                                        int [1455]     int
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1455 最小与最大
语言
C++
递交时间
2023-11-13 21:37:25
评测时间
2023-11-13 21:37:25
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes