ACM Product Info Add Comment Edit Problem Link: http://acm.epoka.edu.al:8888/en/problem-pid-c62e?ps=1&smt=a&smpwid=0 #include <bits/stdc++.h> using na... Read More
ACM Min Distance Add Comment Edit Problem Link: http://acm.epoka.edu.al:8888/en/problem-pid-c63d?ps=1&smt=9&smpwid=0 #include <bits/stdc++.h> using ... Read More
ACM Easy Tiae words Add Comment Edit Problem Link: http://acm.epoka.edu.al:8888/en/problem-pid-c7b4?ps=1&smt=a&smpwid=0 #include <bits/stdc++.h> using na... Read More
ACM Class Average 2 Add Comment Edit Problem Link: http://acm.epoka.edu.al:8888/en/problem-pid-c7c0?ps=1&smt=9&smpwid=0 #include <bits/stdc++.h> #include ... Read More
ACM Mr. Li Criteria Add Comment Edit Problem Link: http://acm.epoka.edu.al:8888/en/problem-pid-c7b3?ps=1&smt=9&smpwid=0 #include <bits/stdc++.h> using name... Read More
How to quick sort a one dimentional array based on row and column in C or C++ Add Comment Edit Input 1D Array a[9]={33888,32567,3,32678,31967,2,32333,32456,0} Described 1D array as row and column A B C 3... Read More