Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:33:25: warning: comparison of integer expressions of different signedness: 'long long int' and 'long long unsigned int' [-Wsign-compare] 33 | if (product == target || product == -target) { | ~~~~~~~~^~~~~~~~~ /in/foo.cc:33:46: warning: comparison of integer expressions of different signedness: 'long long int' and 'long long unsigned int' [-Wsign-compare] 33 | if (product == target || product == -target) { | ~~~~~~~~^~~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 比赛
- 2024_2025(1)C0023实验7+李强老师班级
- 语言
- C++
- 递交时间
- 2024-12-24 17:38:41
- 评测时间
- 2024-12-24 17:38:41
- 评测机
- 分数
- 10
- 总耗时
- 5ms
- 峰值内存
- 364.0 KiB