12我来教你C++2025-07-29 18:59:39发布于:上海1阅读0回复0点赞#include<bits/stdc++.h> using namespace std; int a[] = {1, 2, 8, 9, 6, 9, 29, 39, 38, 65, 88, 128}; int main(){ int n; cin >> n; if(n <= 12) cout << 0; else cout << a[n - 13]; return 0; } 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个