首页 > 小红抽卡
头像 ill__
发表于 2025-10-04 18:31:38
n, k, x = map(int, input().split()) a = list(map(int, input().split())) # 前x张牌 front = a[:x] b 展开全文
头像 AmaZhao
发表于 2025-10-10 00:05:51
#include <iostream> #include <vector> #include <algorithm> using namespace std; int main(){ long long k; int n , x; // 展开全文