#include using namespace std; int main(int argc, char* argv[]) { int N; cin>>N; int a=1; int b=N-1; while (b>10){ b--; a++; } cout<