#include <stdio.h> int main() { puts ("0\n" \ "1 2\n" "3 4 5 and\n" \ "6 7 8 9\n" \ "\n" \ "0\n" \ "2 1\n" \ "5 4 3\n" \ "9 8 7 6" ); return 0; }