Files
acm-code/LC1/.cph/.4.go_ca53fb91dfb9dd7a45a3e69867f3edcc.prob
2026-05-29 14:59:42 +08:00

1 line
525 B
Plaintext

{"name":"Local: 4","url":"/home/wonder/code/algrithm/LC1/4.go","tests":[{"id":1780037619072,"input":"5 1","output":"1 \n2 \n3 \n4 \n5 \n"},{"id":1780037766692,"input":"5 3","output":"1 2 3\n1 2 4\n1 2 5\n1 3 4\n1 3 5\n1 4 5\n2 3 4\n2 3 5\n2 4 5\n3 4 5"},{"id":1780037945579,"input":"6 2","output":"1 2 \n1 3 \n1 4 \n1 5 \n1 6 \n2 3 \n2 4 \n2 5 \n2 6 \n3 4 \n3 5 \n3 6 \n4 5 \n4 6 \n5 6 \n"}],"interactive":false,"memoryLimit":1024,"timeLimit":3000,"srcPath":"/home/wonder/code/algrithm/LC1/4.go","group":"local","local":true}