結果
問題 |
No.2186 冪乗の片側極限
|
ユーザー |
![]() |
提出日時 | 2023-01-15 13:43:19 |
言語 | C++17 (gcc 13.3.0 + boost 1.87.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 140 bytes |
コンパイル時間 | 1,955 ms |
コンパイル使用メモリ | 191,580 KB |
最終ジャッジ日時 | 2025-02-10 03:33:53 |
ジャッジサーバーID (参考情報) |
judge5 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 33 WA * 23 |
ソースコード
#include <bits/stdc++.h> using namespace std; #define int long long signed main(){ int a,b; cin>>a>>b; cout<<round(pow(a,b))<<endl; }