Submission

Status:

[PPPPPPPPPP]

Subtask/Task Score:

{100/100}

Score: 100

User: ST68031

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

Language: cpp

Time: 0.002 second

Submitted On: 2025-10-13 10:07:24

#include<bits/stdc++.h>
using namespace std;
int main(){
    int x;
    cin >> x;
    int num = x * (1 + (x * 3));
    cout << num;
}