#include<bits/stdc++.h> using namespace std; int main(){ ios::sync_with_stdio(false); cin.tie(nullptr); int N; N=1000000; cout<<N<<'\n'; vector<array<int,2>>P(N); for(int i=0;i<N;i++){ cout<<int(1e9*sin(2*M_PI/N*i))<<' '<<int(1e9*cos(2*M_PI/N*i))<<'\n'; } }