/*
TASK:food
LANG:C
*/
#include <stdio.h>
int main() {
    printf("-1\n");
    return 0;
}
