Vẽ hình chữ nhật

View as PDF



Problem type
Points: 10 (p) Time limit: 1.0s Memory limit: 256M Input: stdin Output: stdout

Nhập 2 số \(n, m\). Hãy in ra hình chữ nhất bằng kí tự '#' có kích thước \(n \times m\).

Input

  • Gồm \(n\) dòng, mỗi dòng gồm \(m\) kí tự mô tả kết quả của bài toán.

Output

  • Gồm \(n\) dòng, mỗi dòng gồm \(m\) kí tự mô tả kết quả của bài toán.

Example

Test 1
Input
3 4
Output
####
####
####

Comments

There are no comments at the moment.