记录详情

Compile Error

foo.c: In function 'main':
foo.c:6:51: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses]
    6 |         printf("%lld", (a11 * a22 - a12 * a21)%(10^9+7);
      |                                                   ^
foo.c:6:56: error: expected ')' before ';' token
    6 |         printf("%lld", (a11 * a22 - a12 * a21)%(10^9+7);
      |               ~                                        ^
      |                                                        )
foo.c:8:18: error: expected ';' before '}' token
    8 |         return 0;
      |                  ^
      |                  ;
    9 | }
      | ~                 
[Hydro](https://hydro.ac)提供评测服务

信息

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