摘要: // 3'56" #include <iostream> using namespace std; int main() { int x, y; cin >> x >> y; cout << 100 * 50 - ((100 - x) * y) - (x * y) / 2- ((100 - x) * 阅读全文
posted @ 2024-08-09 23:52 Frodnx 阅读(12) 评论(0) 推荐(0)