Submission

Status:

[PPPPPPPPPP]

Subtask/Task Score:

{100/100}

Score: 100

User: chillxvtkz

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

Language: cpp

Time: 0.002 second

Submitted On: 2025-10-07 11:39:09

#include <iostream>
#include <cmath>
using namespace std;
int main(){
    long long int t;
    cin >> t;
    cout << 3*pow(t,2)+t;
}