| 比赛 | 组合计数1 | 评测结果 | AWWWWWWWWW |
|---|---|---|---|
| 题目名称 | 按位或 | 最终得分 | 10 |
| 用户昵称 | KKZH | 运行时间 | 0.027 s |
| 代码语言 | C++ | 内存使用 | 3.65 MiB |
| 提交时间 | 2026-02-26 10:09:22 | ||
#include <bits/stdc++.h>
using namespace std;
int main(){
freopen("haoi2015_set.in","r",stdin);
freopen("haoi2015_set.out","w",stdout);
ios::sync_with_stdio(false);
cin.tie(0),cout.tie(0);
cout<<"INF";
}