Run ID:5965
提交时间:2021-02-10 16:55:23
#include <iostream> using namespace std; int main() { cout << "4 18 78\n8 11 81\n12 4 84"; return 0; }