{"raw_statement":[{"iden":"background","content":"**译自 [ROIR 2021](http://neerc.ifmo.ru/school/archive/2020-2021.html) Day2 T3  [Хорошие раскраски](http://neerc.ifmo.ru/school/archive/2020-2021/ru-olymp-regional-2021-day2.pdf)**。"},{"iden":"statement","content":"用 $c$ 种颜色对一个 $n\\times m$ 的矩阵染色，要求对于任意 $1\\le x_1<x_2\\le n$，$1\\le y_1<y_2\\le m$，$(x_1,y_1)$，$(x_2,y_1)$，$(x_1,y_2)$，$(x_2,y_2)$ 所染的颜色不完全相同。\n\n试构造一组方案。\n\n数据保证有解。"},{"iden":"input","content":"一行三个整数 $n,m,c$。"},{"iden":"output","content":"输出 $n$ 行，每一行 $m$ 个范围在 $1\\sim c$ 的整数，表示染色的颜色种类。"},{"iden":"note","content":"- 对于 $25\\%$ 的数据，$c=2$。\n- 对于另外 $75\\%$ 的数据，$c=3$。\n- 对于 $100\\%$ 的数据，$2\\le n,m\\le 10$，$2\\le c\\le 3$。\n\n注：附件为本题的 Special Judge，供大家调试。"}],"translated_statement":null,"sample_group":[["2 2 2","1 2\n2 2"]],"show_order":[],"formal_statement":null,"simple_statement":null,"has_page_source":false}