/ Vijos /

记录详情

Wrong Answer

foo.cc: In function 'int main()':
foo.cc:65:9: warning: unused variable 'num' [-Wunused-variable]
   65 |     int num = 0;
      |         ^~~
foo.cc: At global scope:
foo.cc:85:12: warning: left operand of comma operator has no effect [-Wunused-value]
   85 | int mod = (998244353 , 1e9 + 7 ); const double eps = 1e-8;
      |            ^~~~~~~~~
foo.cc:108:15: warning: left operand of comma operator has no effect [-Wunused-value]
  108 | test_cases = (-1 ,0 ,1 ) /* -1: not sure, 0: multi tests, 1: one test */                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        , 0); const long long
      |               ^~
foo.cc:108:22: warning: right operand of comma operator has no effect [-Wunused-value]
  108 | test_cases = (-1 ,0 ,1 ) /* -1: not sure, 0: multi tests, 1: one test */                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        , 0); const long long
      |                      ^
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer Read 1412759115716019..., expect 1605851301319192260. 3ms 384.0 KiB
#2 Wrong Answer Read 1224554782899213..., expect 1500619716406944.... 3ms 384.0 KiB
#3 Wrong Answer Read 4062107119186197..., expect 4740979667305293.... 4ms 384.0 KiB
#4 Wrong Answer Read 4163771971231211..., expect 6052064902061926.... 23ms 1.75 MiB

信息

递交者
类型
递交
题目
P1040 高精度乘法
语言
C++
递交时间
2022-08-23 04:20:36
评测时间
2022-08-23 04:20:36
评测机
分数
0
总耗时
34ms
峰值内存
1.75 MiB