记录详情

Compile Error

foo.cc: In function 'int main()':
foo.cc:18:9: error: expected ',' or ';' before 'if'
   18 |         if(N<=lcm)
      |         ^~
foo.cc:20:9: error: 'else' without a previous 'if'
   20 |         else
      |         ^~~~
foo.cc: In function 'void compute(int)':
foo.cc:38:31: error: 'P' was not declared in this scope
   38 |                         SA+=S[P[i]][P[j]];
      |                               ^
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
自测
题目
P1012 生活大爆炸版 石头剪刀布
语言
C++
递交时间
2023-08-23 21:08:33
评测时间
2023-08-23 21:08:33
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes