Submission
Status:
[PPPPPPPPPP]
Subtask/Task Score:
{100/100}
Score: 100
User: nongkun4444
Problemset: นักบินอวกาศ
Language: c
Time: 0.003 second
Submitted On: 2025-12-13 16:46:31
/******************************************************************************
Welcome to GDB Online.
GDB online is an online compiler and debugger tool for C, C++, Python, PHP, Ruby,
C#, OCaml, VB, Perl, Swift, Prolog, Javascript, Pascal, COBOL, HTML, CSS, JS
Code, Compile, Run and Debug online from anywhere in world.
*******************************************************************************/
#include <stdio.h>
int main(){
int t;
scanf("%d",&t);
int h = 3*t*t+t;
printf("%d",h);
return 0;
}