Submission

Status:

[PPPPPPP]

Subtask/Task Score:

{100/100}

Score: 100

User: YourLocalZ

Problemset: คิดถึงแม่

Language: cpp

Time: 0.002 second

Submitted On: 2025-10-11 10:56:03

#include <iostream>
using namespace std;

int main()
{
    int x;
    cin >> x;
    if(x==1) cout << 7;
    else cout << x-1;
}