#include<iostream>

#include<string>

using namespace std;

int main()

{

 int x;

 cin>>x;

 cout<<2*x*x+x+8<<endl;

 return 0;

}

Logo

开源鸿蒙跨平台开发社区汇聚开发者与厂商,共建“一次开发,多端部署”的开源生态,致力于降低跨端开发门槛,推动万物智联创新。

更多推荐