about summary refs log tree commit diff
path: root/others
diff options
context:
space:
mode:
authorNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-12-26 11:52:05 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-12-26 11:52:05 +0700
commitd0ce1ee82b03ab0e0b9bf0184abb7ce0d0add00f (patch)
tree8a93094065ead1d7abbcfcd67c48245d0ed7b1ec /others
parent8d090c241f25b226a6533e066e5e7e21738d70be (diff)
downloadcp-d0ce1ee82b03ab0e0b9bf0184abb7ce0d0add00f.tar.gz
Practikal Informatiques
Diffstat (limited to 'others')
-rw-r--r--others/other/README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/others/other/README.md b/others/other/README.md
index 0d4198b..d593fb3 100644
--- a/others/other/README.md
+++ b/others/other/README.md
@@ -979,3 +979,13 @@ lớn nhất.
 |                                VDD.INP                                 | VDD.OUT |
 | ---------------------------------------------------------------------- | :-----: |
 | 5 1 5<br>0 0 0 1 1<br>0 0 0 0 1<br>1 1 0 0 1<br>1 1 0 0 0<br>0 1 0 0 0 |    2    |
+
+## Số chữ số chính phương
+
+Viết chương trình in ra số lượng số chính phương có `n` chữ số.
+
+### Ví dụ
+
+| stdin | stdout |
+| :---: | :----: |
+|   2   |    6   |