toki_ano
toki_ano
全部文章
分类
题解(1)
归档
标签
去牛客网
登录
/
注册
toki_ano的博客
全部文章
(共1篇)
题解 | #生不逢七#
#include<bits/stdc++.h> using namespace std; int f(int n, int a, int k){ int now = a + 1; int f = 0; while(k--){ int temp =...
C++
2024-05-10
1
230