Project Euler #218: Perfect right-angled triangles

  • + 0 comments

    int main() { int q;cin>>q; while(q--)cout<<0<