Runtime Error
/in/foo.cc: In function 'int main()':
/in/foo.cc:19:25: warning: suggest parentheses around comparison in operand of '^' [-Wparentheses]
19 | if(s[i]^s[j]==k)
| ~~~~^~~
/in/foo.cc:7:5: warning: label 'std' defined but not used [-Wunused-label]
7 | std:ios::sync_with_stdio(false);
| ^~~
信息
- 递交者
- 类型
- 递交
- 题目
- P2989 异或和
- 语言
- C++
- 递交时间
- 2025-11-16 10:08:58
- 评测时间
- 2025-11-16 10:08:59
- 评测机
- 分数
- 25
- 总耗时
- 120ms
- 峰值内存
- 2.086 MiB