专栏文章

开头

休闲·娱乐参与者 1已保存评论 0

文章操作

快速查看文章及其快照的属性,并进行相关操作。

当前评论
0 条
当前快照
1 份
快照标识符
@mingsfpb
此快照首次捕获于
2025/12/02 02:10
3 个月前
此快照最后确认于
2025/12/02 02:10
3 个月前
查看原文
CPP
#include <bits/stdc++.h>
using namespace std;
int main() {
	ios::sync_with_stdio(0);
	cin.tie(0);
	cout.tie(0);
//	freopen("fib.in","r",stdin);
//	freopen("fib.out","w",stdout);
	return 0;
}

评论

0 条评论,欢迎与作者交流。

正在加载评论...