Diophantine linear system solving: Difference between revisions

Line 1,635:
 
 
=={{header|Standard C}}==
{{trans|FreeBASIC}}
<lang c>
Line 1,840:
int64_t Inpsys()
{
//int i, j, k, r, s, t; bool sw = false;
int64_t r = 0, s = 0, sw = 0;
char *g = alloca(1024);
Line 2,080 ⟶ 2,079:
}
</lang>
{{out}}
<pre>The results are exactly the same as those described in the task assignment.</pre>
Anonymous user