dotfiles/.config/Code/User/History/57a5bb02/eJKH.cpp

23 lines
171 B
C++
Raw Normal View History

2024-09-09 16:59:28 +05:00
/*
Rafay Ahmad
23I-2526
*/
#include <iostream>
using namespace std;
class SortedCatalog{
int* arr;
int size;
int i;
};
int main(){
return 0;
}