Submission
Status:
[PPPPPPPPPP]
Score: 100
User: Winzzwz
Problemset: นักบินอวกาศ
Language: cpp
Time: 0.002 second
Submitted On: 2024-11-12 08:57:11
#include <bits/stdc++.h>
using namespace std;
int main()
{
int n;
cin >> n;
int m = n*3+1;
cout << n * m;
return 0;
}