#include<iostream> using namespace std; int main(){ int n,l,r; cin>>n; for(int i=0;i<n;i++)cin>>l>>r; cout<<n; }