Perfect numbers: Difference between revisions

Content added Content deleted
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: Line 93:


=={{header|C++}}==
=={{header|C++}}==
{{works with|gcc}}
for gcc/g++
<lang C++>
<lang cpp>#include <iostream>
#include <iostream>
using namespace std ;
using namespace std ;