close

題目大意:  懶得看

思路:  觀察答案,得解。首項 = 6,公差 = 8。

代碼 

#include <bits/stdc++.h>

#define Fast cin.tie(0), ios::sync_with_stdio(0)
#define louisfghbvc int t; cin >> t; while(t--)
using namespace std;

void solve(){
    int r;
    cin >> r;
    cout << 6 + 8*(r-1) << "\n";
}

int main()
{
    Fast;
    louisfghbvc
        solve();
    return 0;
}

arrow
arrow
    創作者介紹
    創作者 尾玉 的頭像
    尾玉

    louisfghbvc的部落格

    尾玉 發表在 痞客邦 留言(0) 人氣()