Accepted
/in/foo.cc: In function 'long long int sum(const long long int&)': /in/foo.cc:51:18: warning: right operand of comma operator has no effect [-Wunused-value] 51 | for (i = 1, j; i <= tot; ++i) | ^ /in/foo.cc: In function 'int main()': /in/foo.cc:69:106: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 69 | (dis[++tot] = z, Gmap[val[tot] = (LL) pow(2, i) * pow(3, j) * pow(5, k) * pow(7, l)] = tot);
信息
- 递交者
- 类型
- 递交
- 题目
- P1847 A % B Problem
- 语言
- C++
- 递交时间
- 2025-02-15 16:20:41
- 评测时间
- 2025-02-15 16:20:41
- 评测机
- 分数
- 100
- 总耗时
- 673ms
- 峰值内存
- 9.41 MiB