Submission

Status:

[PPPPPPPPPP]

Subtask/Task Score:

{100/100}

Score: 100

User: Mano

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

Language: cpp

Time: 0.003 second

Submitted On: 2025-10-10 11:12:55

#include<iostream>
using namespace std;
int main(){
    int x;
    cin>>x;
    int y=(3*x*x)+x;
    cout<<y;
    return 0;
}