2025年12月11日
摘要: #include <stdio.h> #include <stdlib.h> typedef struct { long long p; // 怪物位置 int c; // 怪物积分 } Monster; int main() { int T; scanf("%d", &T); while (T-- 阅读全文
posted @ 2025-12-11 23:34 lhccccc 阅读(5) 评论(0) 推荐(0)