Submission

Status:

[-SSSSSSSSS]

Subtask/Task Score:

{0/100}

Score: 0

User: posnfor2

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

Language: cpp

Time: 0.002 second

Submitted On: 2025-10-10 15:45:25

#include <iostream>

using namespace std;

int main()
{
    int t;
    cin >> t;
    if(!(cin, t) || t < 0 || t > 200) return 0;
    int h = 3 * t * t + t;
    cout << h;
}