Submission

Status:

[PPPPPPPPPP]

Subtask/Task Score:

{100/100}

Score: 100

User: Habibi

Problemset: นักบินอวกาศ

Language: cpp

Time: 0.003 second

Submitted On: 2025-10-13 22:38:47

#include<iostream>
using namespace std;
int main(){
	int t,h;
	cin>>t;
	h=3*t*t +t;
	cout<<h;
	return 0;
}