摘要: 比赛链接 P14803 [CCPC 2024 哈尔滨站] 在哈尔滨指路 直接模拟即可 #include <bits/stdc++.h> using namespace std; map<char,int> f; void solve() { int n,x = 0,y = 0; char op,c; 阅读全文
posted @ 2025-12-22 22:21 cshur 阅读(0) 评论(0) 推荐(0)