Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Prime Factor
//g++ 5.4.0 #include <iostream> int main() { long x,n; n=600851475143; for(x=2;x<n;x++) { while(n%x==0 && x<n) { n=n/x; } } std::cout<<x; }
run
|
edit
|
history
|
help
0
Microsoft Question - MaxEmployeeAttendence (any repititions are allowed)
Permute
single_digit
shell sort
role of copy constructor
¡Arriba, Papalotes, Arriba! v2
inorder traversal
How to make stupid to my friend?
Find the row with max ones
stack::emplace for 30-second c++