记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:53:11: error: incompatible type for argument 1 of 'power'
     power(result, x, n);
           ^~~~~~
/in/foo.c:26:6: note: expected 'BigInt * {aka struct <anonymous> *}' but argument is of type 'BigInt {aka struct <anonymous>}'
 void power(BigInt *result, int x, int n) {
      ^~~~~

信息

递交者
类型
自测
语言
C
递交时间
2024-11-05 08:29:45
评测时间
2024-11-05 08:29:45
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes