漆器 • 1个月前
using namespace std;
int main() {
int a, c = 1; cin >> a ; for (int i = 1; i <= a; i++) { c *= 2; } cout << c;
}
评论:
请先登录,才能进行评论