#40637:


1121232@stu.wghs.tp.edu.tw (Ian911436)

學校 : 臺北市私立薇閣高級中學
編號 : 258883
來源 : [60.248.154.139]
最後登入時間 :
2024-10-30 13:05:08
d493. 入门求幂题(求幂系列题1) -- scientific | From: [60.248.154.143] | 發表日期 : 2024-06-03 11:19

#include <iostream>
#include <cmath>
using namespace std;
int main() {
  long long int a, b, c;
  cin >> a >> b;
  c = pow(a, b);
  cout << c;
}

 
ZeroJudge Forum