1048. Find Coins (25)
摘要:
#include <iostream> #include <algorithm> using namespace std; int c[510], num[100010]; int main() { int n, m; scanf("%d%d", &n, &m); int i; for(i = 1; 阅读全文
posted @ 2025-11-23 17:07 王景迁 阅读(5) 评论(0) 推荐(0)
浙公网安备 33010602011771号