Submission

Status:

[PPPPPPPPPP]

Subtask/Task Score:

{100/100}

Score: 100

User: goine

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

Language: cpp

Time: 0.002 second

Submitted On: 2025-10-12 12:17:34

#include<iostream>

using namespace std;

int main() {
	int x;
	cin >> x;
	cout << x * ((x * 3) + 1);
	return 0;
}