提交记录 13082


用户 题目 状态 得分 用时 内存 语言 代码长度
panyf test. 自定义测试 Accepted 100 40.32 us 36 KB C++11 196 B
提交时间 评测时间
2020-07-23 14:21:05 2023-09-03 19:40:30
#include<bits/stdc++.h>
using namespace std;
void f(int x,int y,int z){x=y,y=z,z=x;}
int main(){
	int a=1,b=2,c=3,i;
	for(i=1;i<100000000;++i)f(a,b,c);
	cout<<a<<' '<<b<<' '<<c<<'\n';
	return 0;
}

CompilationN/AN/ACompile OKScore: N/A

Testcase #140.32 us36 KBAcceptedScore: 100


Judge Duck Online | 评测鸭在线
Server Time: 2026-03-24 23:22:04 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠