4×4 sudoku that can be solved by itself (c++) | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

4×4 sudoku that can be solved by itself (c++)

Cpp ¿Can u guys do it just using <iostream>?

2nd Feb 2019, 5:19 AM
sebastian daza hamdan
sebastian daza hamdan - avatar
1 ответ
+ 3
If you plan on doing everything from scratch then you could use only 'iostream'... The standard library has a bunch of headers that can make your life easier and safer.. Just learn a bit more about C++...
2nd Feb 2019, 5:50 AM
Mensch
Mensch - avatar