Jump to content

Perfect numbers: Difference between revisions

m
→‎{{header|C++}}: fix lang tag; added a works with instead of simple text (i believe this can work also with other compilers anyway)
m (→‎{{header|C}}: removed dep. from gcc (__builtin_))
m (→‎{{header|C++}}: fix lang tag; added a works with instead of simple text (i believe this can work also with other compilers anyway))
Line 93:
 
=={{header|C++}}==
{{works with|gcc}}
for gcc/g++
<lang C++cpp>#include <iostream>
#include <iostream>
using namespace std ;
 
Cookies help us deliver our services. By using our services, you agree to our use of cookies.