记录详情

Compile Error

foo.cc: In function ‘int main()’:
foo.cc:21:20: error: invalid operands of types ‘long double’ and ‘const int’ to binary ‘operator%’
   21 |     cout << expect % MOD << endl;
      |             ~~~~~~ ^ ~~~
      |             |        |
      |             |        const int
      |             long double

信息

递交者
类型
自测
题目
P1583 Problem 4C. 赌徒默示录
语言
C++
递交时间
2024-05-09 10:56:16
评测时间
2024-05-09 10:56:16
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes