提交记录 19203
提交时间 |
评测时间 |
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;
}
Compilation | N/A | N/A | Compile OK | Score: N/A | 显示更多 |
Testcase #1 | 45.61 us | 60 KB | Accepted | Score: 100 | 显示更多 |
Judge Duck Online | 评测鸭在线
Server Time: 2025-09-15 21:16:22 | Loaded in 0 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠