Run ID:126128

提交时间:2025-07-16 15:08:46

#include<bits/stdc++.h> using namespace std; int fblq(int a) { if(a==0) { return 0; } if(a==1) { return 0; }