提交记录 19204
| 提交时间 |
评测时间 |
| 2023-02-24 21:53:15 |
2023-09-03 19:42:29 |
#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 | 37.8 us | 60 KB | Accepted | Score: 100 | 显示更多 |
Judge Duck Online | 评测鸭在线
Server Time: 2026-03-14 21:10:05 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠