提交记录 13100
| 用户 |
题目 |
状态 |
得分 |
用时 |
内存 |
语言 |
代码长度 |
| panyf |
test. 自定义测试 |
Accepted |
100 |
577.652 ms |
36 KB |
C++ |
236 B |
| 提交时间 |
评测时间 |
| 2020-07-23 18:04:36 |
2023-09-03 19:40:49 |
#include<bits/stdc++.h>
#pragma GCC optimize(2,3,"Ofast","inline")
using namespace std;
int o;
inline void f(int x){o+=x;}
int main(){
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;
}
| Compilation | N/A | N/A | Compile OK | Score: N/A | 显示更多 |
| Testcase #1 | 577.652 ms | 36 KB | Accepted | Score: 100 | 显示更多 |
Judge Duck Online | 评测鸭在线
Server Time: 2026-03-24 22:07:52 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠