Magic squares of doubly even order: Difference between revisions

Content deleted Content added
Trizen (talk | contribs)
Added Sidef
Thundergnat (talk | contribs)
m →‎{{header|C}}: Remove vanity tags
Line 395:
Takes number of rows from command line, prints out usage on incorrect invocation.
<lang C>
/*Abhishek Ghosh, 15th November 2017*/
 
#include<stdlib.h>
#include<ctype.h>
Line 478 ⟶ 476:
133 134 135 9 8 7 6 5 4 142 143 144
</pre>
 
=={{header|C++}}==
<lang cpp>#include <iostream>