Get Mystery Box with random crypto!

#include using namespace std; int main() { string s; | Code With Virus

#include
using namespace std;
int main()
{
string s;
cin >> s;
int n;
cin >> n;
for (int i = n; i < s.size() + n; i++)
{
cout << s[i % s.size()];
}
return 0;
}

c++
https://bit.ly/codewithanusha