Wrirte a program that inputs ordinals M an N, and outputs MxN grid made with «+» and «-». You should write a macro that accepts three parameters: a number of cells and two characters, and outputs a line like this:

3
4

+-+-+-+
| | | |
+-+-+-+
| | | |
+-+-+-+
| | | |
+-+-+-+
| | | |
+-+-+-+


CategoryHomework

HSE/ArchitectureASM/Homework_ASCIIGrid (последним исправлял пользователь FrBrGeorge 2019-12-08 12:00:54)