Submission

Status:

[PPPPPPPPPP]

Subtask/Task Score:

{100/100}

Score: 100

User: spammer_destroyer

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

Language: cpp

Time: 0.002 second

Submitted On: 2025-10-31 17:44:21

//bkk67 ข้อ3
#include <iostream>
using namespace std;

int main() 
{
    //1 4
    //2 7
    //3 10
    //4 13
    int t;
    cin >> t;
    cout << t*(t*3+1);
    return 0;
}