Submission

Status:

[PPPPPPP]

Subtask/Task Score:

{100/100}

Score: 100

User: c_sonephu

Problemset: คิดถึงแม่

Language: cpp

Time: 0.003 second

Submitted On: 2025-11-26 23:14:48

#include <bits/stdc++.h>
using namespace std;
int main() {
    int n;
    cin >> n;
    if (n == 1) n = 8;
    cout << n-1;
}