Submission

Status:

[PPPPPPP]

Subtask/Task Score:

{100/100}

Score: 100

User: Bune

Problemset: คิดถึงแม่

Language: cpp

Time: 0.003 second

Submitted On: 2025-09-17 08:33:47

#include <iostream>

using std::cin,std::cout;

int main(){
  int a;
  cin >> a;
  int b = (a == 1 ? 7 : a - 1);

  cout << b;

  return 0;
}