记录详情

Compile Error

foo.c: In function 'main':
foo.c:6:37: error: 'mod' undeclared (first use in this function)
    6 |         long long int answer = (a11%mod) * (a22%mod) - (a12%mod) * (a21%mod);
      |                                     ^~~
foo.c:6:37: note: each undeclared identifier is reported only once for each function it appears in
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1289 B. It's my own Invention
语言
C
递交时间
2022-09-29 18:36:02
评测时间
2022-09-29 18:36:02
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes