比赛 NOIP2025模拟赛2 评测结果 WWWWWAAWWWWWWWWWWWWWWWAWW
题目名称 道路改造 最终得分 12
用户昵称 123 运行时间 0.164 s
代码语言 C++ 内存使用 3.67 MiB
提交时间 2025-11-25 11:41:09
显示代码纯文本
#include <bits/stdc++.h>
using namespace std;
int n,m;
int main() {
	freopen("streetr.in","r",stdin);
	freopen("streetr.out","w",stdout); 
	cin>>n>>m;
	for (int i=1;i<=m;i++) printf("B");
}