#include<bits/stdc++.h> using namespace std; int main(){ int n,y; cin>>n; for(int i=1;i<=n;i++){ y+=1; } cout<<y; return 0; }