比赛 |
2025暑期集训第7场 |
评测结果 |
W |
题目名称 |
天气预报 |
最终得分 |
0 |
用户昵称 |
李金泽 |
运行时间 |
0.002 s |
代码语言 |
C++ |
内存使用 |
1.50 MiB |
提交时间 |
2025-08-11 17:28:15 |
显示代码纯文本
#include<cstdio>
using namespace std;
int main(){
freopen("weather_forecast.in","r",stdin);freopen("weather_forecast.out","w",stdout);
printf("0\n1\n0\n1");
return 0;
}