比赛 9.27练习赛 评测结果 WWAWWWWWWW
题目名称 Snow Boots 最终得分 10
用户昵称 123 运行时间 0.030 s
代码语言 C++ 内存使用 3.30 MiB
提交时间 2024-09-27 20:55:01
显示代码纯文本
#include <bits/stdc++.h>
using namespace std;
int main() {
	freopen("snowboots_silver_18feb.in","r",stdin);
	freopen("snowboots_silver_18feb.out","w",stdout);
	cout<<45;
}