#include <bits/stdc++.h> using namespace std ; int main() { cout << "0 10 80\n1 8 81\n2 6 82\n3 4 83\n4 2 84\n5 0 85\n" ; return 0 ; }