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;
}
文章標籤
全站熱搜
留言列表