x+2y+3z=n非負整數解

  #include <iostream> #include <string.h> #include <stdio.h> using namespace std; typedef long long LL; LL work(LL n) { LL ans = 0; for(int k = 0; k <= n / 3; k++) ans += (n - 3 *
相關文章
相關標籤/搜索