Submission
Status:
[PPPPPPPPPP]
Subtask/Task Score:
{100/100}
Score: 100
User: Brook
Problemset: นักบินอวกาศ
Language: cpp
Time: 0.003 second
Submitted On: 2025-10-15 21:42:26
#include<iostream>
#include<string>
using namespace std;
int main(){
int t;
cin>>t;
cout<<t*(4+3*(t-1));
return 0;
}