提交记录 13090


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

CompilationN/AN/ACompile OKScore: N/A

Testcase #1577.65 ms36 KBAcceptedScore: 100


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