#include<bits/stdc++.h>
using namespace std;
int main(){
    int n,a,b,c,y,f;
    cin>>n;
    a=n/10
    return 0;
}
/**************************************************************
	Problem: 1418
	User: zhenghaoxuan
	Language: C++
	Result: Compile Error
****************************************************************/