Submission

Status:

[PPPPPPPPPP]

Subtask/Task Score:

{100/100}

Score: 100

User: spiwips

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

Language: c

Time: 0.001 second

Submitted On: 2025-10-03 10:12:20

#include<stdio.h>
int main(){
    int time;
    scanf("%d",&time);
    printf("%d",time*(1+3*(time)));
}