#32390: 辣雞題


yp11151203@yphs.tp.edu.tw (909-37楊子頡)


cin減一就好

#32392: Re: 辣雞題


yp11151119@yphs.tp.edu.tw (911-36張鈞晏)


cin減一就好


#include<bits/stdc++.h>
using namespace std;
int main(){
    int a;
    cin>>a;
    cout<<a-1<<endl;
    return 0;
}