#30863: 有事嗎......................


a302854888@gmail.com (小麥)

學校 : 不指定學校
編號 : 190267
來源 : [203.204.115.46]
最後登入時間 :
2022-08-23 18:46:16
g216. 2^(10^n) | From: [203.204.115.46] | 發表日期 : 2022-06-16 23:17

#include <iostream>

using namespace std;

int main() {
    ios_base::sync_with_stdio(false);
    cin.tie(0);
    int n;
    cin >> n;
    cout << "2^(10^" << n << ")" << endl;

    return 0;
}

 
ZeroJudge Forum