We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c16befc commit 933fd27Copy full SHA for 933fd27
Greedy-Algorithms/Greedy-PP6.c
@@ -1,4 +1,5 @@
1
#include<stdio.h>
2
+#include<stdlib.h>
3
int find(int a[],int s,int n,int m)
4
{
5
int t1,t2;
0 commit comments