Submission

Status:

[PPPPPPP]

Subtask/Task Score:

{100/100}

Score: 100

User: 68pretoi00314

Problemset: คิดถึงแม่

Language: c

Time: 0.002 second

Submitted On: 2025-07-28 20:18:31

/******************************************************************************

Welcome to GDB Online.
GDB online is an online compiler and debugger tool for C, C++, Python, Java, PHP, Ruby, Perl,
C#, OCaml, VB, Swift, Pascal, Fortran, Haskell, Objective-C, Assembly, HTML, CSS, JS, SQLite, Prolog.
Code, Compile, Run and Debug online from anywhere in world.

*******************************************************************************/
#include <stdio.h>

int main()
{
    int a,c=0;
    scanf("%d",&a);
    if(a==1)
    {
        c = 7;
    }
    else
    {
        c=a-1;
    }
    printf("%d",c);
}