#include using namespace std; int main(void) { int n; cin >> n; int i; for(i = 1; i <= n; i++); cout << i; return 0; }