Magic squares of doubly even order: Difference between revisions

Content added Content deleted
(Added Sidef)
m (→‎{{header|C}}: Remove vanity tags)
Line 395: Line 395:
Takes number of rows from command line, prints out usage on incorrect invocation.
Takes number of rows from command line, prints out usage on incorrect invocation.
<lang C>
<lang C>
/*Abhishek Ghosh, 15th November 2017*/

#include<stdlib.h>
#include<stdlib.h>
#include<ctype.h>
#include<ctype.h>
Line 478: Line 476:
133 134 135 9 8 7 6 5 4 142 143 144
133 134 135 9 8 7 6 5 4 142 143 144
</pre>
</pre>

=={{header|C++}}==
=={{header|C++}}==
<lang cpp>#include <iostream>
<lang cpp>#include <iostream>