My issue
My code
#include <bits/stdc++.h>
using namespace std;
int main() {
___ num[ _ ] = {1, 2, 3, _ ,5 };
cout << "Done";
return 0;
}
Learning course: Learn C++
Problem Link: CodeChef: Practical coding for everyone
#include <bits/stdc++.h>
using namespace std;
int main() {
___ num[ _ ] = {1, 2, 3, _ ,5 };
cout << "Done";
return 0;
}
Learning course: Learn C++
Problem Link: CodeChef: Practical coding for everyone