Submission

Status:

[PPPPPPPPPP]

Subtask/Task Score:

{100/100}

Score: 100

User: 1234

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

Language: cpp

Time: 0.002 second

Submitted On: 2025-06-01 19:20:02

#include <iostream>
using namespace std;

int main() {
    int t;
    cin >> t;

    long long height = 3LL * t * t + t;
    cout << height;
    return 0;
}