Submission

Status:

[PPPPPPPPPP]

Subtask/Task Score:

{100/100}

Score: 100

User: saganegadih

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

Language: c

Time: 0.001 second

Submitted On: 2026-05-31 18:21:12

/******************************************************************************

                            Online C Compiler.
                Code, Compile, Run and Debug C program online.
Write your code in this editor and press "Run" button to compile and execute it.

*******************************************************************************/

#include <stdio.h>

int main()
{
    int x;
    scanf("%d",&x);
    printf("%d",3*x*x+x);

    return 0;
}