摘要: A - Christmas Present 简单题。 void slv() { int a = Read<int>(), b = Read<int>(); if (a > b) Puts("Bat"); else Puts("Glove"); return; } B - Christmas Tree 阅读全文
posted @ 2023-12-24 12:58 definieren 阅读(164) 评论(0) 推荐(0)