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)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1040 高精度乘法
- 语言
- C++
- 递交时间
- 2022-08-23 04:27:53
- 评测时间
- 2022-08-23 04:27:53
- 评测机
- 分数
- 100
- 总耗时
- 31ms
- 峰值内存
- 2.016 MiB