diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-12-26 11:52:05 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-12-26 11:52:05 +0700 |
commit | d0ce1ee82b03ab0e0b9bf0184abb7ce0d0add00f (patch) | |
tree | 8a93094065ead1d7abbcfcd67c48245d0ed7b1ec /others/other | |
parent | 8d090c241f25b226a6533e066e5e7e21738d70be (diff) | |
download | cp-d0ce1ee82b03ab0e0b9bf0184abb7ce0d0add00f.tar.gz |
Practikal Informatiques
Diffstat (limited to 'others/other')
-rw-r--r-- | others/other/README.md | 10 |
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 | |