摘要:
#include <iostream>using namespace std;long long a[100];void sum(){for(int i=4;i<=100;i++){a[i]=a[i-1]+a[i-2];}}int main(){int M,N;cin>>N;while(N--){c 阅读全文
posted @ 2020-07-31 11:15
lidaye2396
阅读(41)
评论(0)
推荐(0)
浙公网安备 33010602011771号