比赛 国庆欢乐赛3 评测结果 WWWWWWWWWW
题目名称 Xor-Mul 棋盘 最终得分 0
用户昵称 zhyn 运行时间 0.029 s
代码语言 C++ 内存使用 3.69 MiB
提交时间 2025-10-05 11:48:07
显示代码纯文本
#include<bits/stdc++.h>
using namespace std;

#define maxn 5005

int main(){
    
    ios::sync_with_stdio(false);
    cin.tie(0);
    cout.tie(0);
    
    
    freopen("chessboardd.in","r",stdin);
    freopen("chessboardd.out","w",stdout);
    
    cout<<rand();
    
    
    return 0;
}