Submission

Status:

[PPPPPPPPPP]

Score: 100

User: Nathlol2

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

Language: cpp

Time: 0.002 second

Submitted On: 2025-01-17 16:47:42

#include <bits/stdc++.h>
using namespace std;

int32_t main() {
    ios::sync_with_stdio(false);
    cin.tie(NULL);
    
    int t;
    cin >> t;
    cout << 3 * t * t + t;
}