Submission
Status:
[PPPPPPPPPP]
Subtask/Task Score:
{100/100}
Score: 100
User: 8ii8jj
Problemset: นักบินอวกาศ
Language: c
Time: 0.002 second
Submitted On: 2025-10-09 19:18:48
// Online C compiler to run C program online
#include <stdio.h>
int main() {
int a,i;
scanf("%d",&a);
printf("%d",((a-1)*3+4)*a);
}