U51474 56pts
  • 板块题目总版
  • 楼主xiozhi
  • 当前回复0
  • 已保存回复0
  • 发布时间2024/12/15 11:12
  • 上次更新2024/12/15 11:14:40
查看原帖
U51474 56pts
1386033
xiozhi楼主2024/12/15 11:12
#include<bits/stdc++.h>
using namespace std;
int main() {
	double n;
	cin>>n;
	printf("%.0f\n", pow(2.0, n));	 
	return 0;
}

运行对的,不知道哪里错了qwq

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