We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
Project Euler #218: Perfect right-angled triangles
Project Euler #218: Perfect right-angled triangles
Sort by
recency
|
105 Discussions
|
Please Login in order to post a comment
100% python
int main() { int q;cin>>q; while(q--)cout<<0<
Solve On your own Because it took me over 7 hours 6mins i am willing to give answer in C++ simple one. Don't waste time :)
how can i slove to optmise the time , for me one test case is sucess remaining are al failed ?? how should i slove the problem ??
how can i slove to optmise the time , for me one test case is sucess remaining are al failed ?? how should i slove the problem ??