提交记录 13097


用户 题目 状态 得分 用时 内存 语言 代码长度
panyf test. 自定义测试 Accepted 100 577.582 ms 36 KB C++ 202 B
提交时间 评测时间
2020-07-23 18:03:22 2023-09-03 19:40:46
#include<bits/stdc++.h>
using namespace std;
int o;
inline 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.582 ms36 KBAcceptedScore: 100


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