56pts求条
  • 板块题目总版
  • 楼主xiozhi
  • 当前回复5
  • 已保存回复6
  • 发布时间2024/12/15 11:15
  • 上次更新2024/12/15 14:30:21
查看原帖
56pts求条
1386033
xiozhi楼主2024/12/15 11:15

题目传送: https://www.luogu.com.cn/problem/U514174 代码

#include<bits/stdc++.h>
using namespace std;
int main() {
	double n;
	cin>>n;
	printf("%.0f\n", pow(2.0, n));	 
	return 0;
}

2024/12/15 11:15
加载中...