比赛 2025.9.6 评测结果 AWWWWWWWWWWWWWWWW
题目名称 Ski Slope 最终得分 6
用户昵称 对立猫猫对立 运行时间 0.048 s
代码语言 C++ 内存使用 3.66 MiB
提交时间 2025-09-06 10:19:08
显示代码纯文本
#include <bits/stdc++.h>
using namespace std;
int main() {
	freopen("Ski.in", "r", stdin);
    freopen("Ski.out", "w", stdout);
	cout << 0 << endl;
	cout << 300 << endl;
	cout << 500 << endl;
	cout << 300 << endl;
	cout << 500 << endl;
	cout << 500 << endl;
	cout << 300 << endl;
	cout << 500 << endl;
	return 0;
}