比赛 组合计数1 评测结果 AWWWWWWWWW
题目名称 按位或 最终得分 10
用户昵称 Ruyi 运行时间 0.025 s
代码语言 C++ 内存使用 3.71 MiB
提交时间 2026-02-26 11:01:20
显示代码纯文本
#include<bits/stdc++.h>
using namespace std;
int main(){
    freopen("haoi2015_set.in","r",stdin);
    freopen("haoi2015_set.out","w",stdout);
    cout<<"INF"<<endl;
    return 0;
}