/ Vijos /

记录详情

Compile Error

foo.cc: In function 'int main()':
foo.cc:13:1: error: '_uint128_t' was not declared in this scope; did you mean '__uint128_t'?
   13 | _uint128_t ans=0;
      | ^~~~~~~~~~
      | __uint128_t
foo.cc:39:18: error: 'ans' was not declared in this scope; did you mean 'abs'?
   39 |         if(x==m) ans=ans+maxn;
      |                  ^~~
      |                  abs
foo.cc:42:19: error: 'ans' was not declared in this scope; did you mean 'abs'?
   42 |   printf("%I128u",ans);
      |                   ^~~
      |                   abs
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1378 矩阵取数游戏
语言
C++
递交时间
2022-10-10 13:39:17
评测时间
2022-10-10 13:39:17
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes