Submission

Status:

[PPPPPPPPPP]

Subtask/Task Score:

{100/100}

Score: 100

User: Wkraxcker

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

Language: cpp

Time: 0.002 second

Submitted On: 2025-10-15 13:52:17

#include <bits/stdc++.h>
using namespace std;
int main(){
    ios::sync_with_stdio(false);
    cin.tie(NULL);
    long long time, dura=1; cin>>time;
    for(int i=0; i<time; i++){
        dura+=3;
    }
    cout<<dura*time;
    
}