#36043: __ez


wheat20131@gmail.com (Python屌虐英文老師)

學校 : 高雄市立三民高級中學
編號 : 218090
來源 : [61.227.25.105]
最後登入時間 :
2025-04-09 18:42:37
a042. 平面圓形切割 -- 許介彥 | From: [61.227.38.4] | 發表日期 : 2023-07-01 18:15

 

#include <iostream>

using namespace std;

int main()
{
    int a;
    while(cin >> a){
        cout << a*a-a+2 << endl;
    }
    return 0;
}

 
ZeroJudge Forum