Loading

摘要: A - 2^n - 2*n 直接计算即可。 #include<bits/stdc++.h> using namespace std; int n; int main(){ ios::sync_with_stdio(false); cin.tie(0),cout.tie(0); cin>>n; cou 阅读全文
posted @ 2026-01-03 22:45 Seqfrel 阅读(122) 评论(0) 推荐(0)