/ Vijos /

记录详情

Accepted

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 Accepted 1ms 252.0 KiB
#2 Accepted 1ms 384.0 KiB
#3 Accepted 4ms 512.0 KiB
#4 Accepted 24ms 2.016 MiB

信息

递交者
类型
递交
题目
P1040 高精度乘法
语言
C++
递交时间
2022-08-23 04:27:53
评测时间
2022-08-23 04:27:53
评测机
分数
100
总耗时
31ms
峰值内存
2.016 MiB