摘要:
A. 9x9 模拟 代码实现 #include <bits/stdc++.h> using namespace std; int main() { int a, b; scanf("%dx%d", &a, &b); int ans = a*b; cout << ans << '\n'; return 阅读全文
posted @ 2025-01-19 00:43
V_Melville
阅读(70)
评论(0)
推荐(0)
浙公网安备 33010602011771号