Sumdoku

From programming_contest
Revision as of 03:28, 28 December 2017 by imported>Kmk21 (Created page with "This problem asks you to solve another stupid sudoku variant.... It's brute force. This is like the 10th Sudoku variant in gnyr in the past few years. The solution is always...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This problem asks you to solve another stupid sudoku variant....

It's brute force. This is like the 10th Sudoku variant in gnyr in the past few years. The solution is always the same.