提交记录 19203


用户 题目 状态 得分 用时 内存 语言 代码长度
Crsuh2er0 test. 自定义测试 Accepted 100 45.61 us 60 KB C++ 296 B
提交时间 评测时间
2023-02-24 21:53:09 2023-09-03 19:42:28
#include <bits/stdc++.h>
#define sw(a,b); a ^= b,b ^= a,a ^= b;
using namespace std;
int n,m,a,b;
int main(){
	cin.tie(0);
	ios::sync_with_stdio(false);
	mt19937 Rand(time(0));

	cin>>n>>m>>a;
	for(int i = 0;i < n;i++){
        b = Rand();
        sw(a,b);
        //swap(a,b);
    }
	return 0;
}

CompilationN/AN/ACompile OKScore: N/A

Testcase #145.61 us60 KBAcceptedScore: 100


Judge Duck Online | 评测鸭在线
Server Time: 2025-09-15 21:16:22 | Loaded in 0 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠