My issue
Is it like we have to move continuosly from planet 1 to planet n , or we can leave some planets in between ?
My code
#include <iostream>
using namespace std;
int main() {
// your code goes here
return 0;
}
Problem Link: ICL1905 Problem - CodeChef