PAT Basic 1068. 万绿丛中一点红 (20) (C语言实现) | PAT Solution in C #81
Replies: 1 comment
-
判断唯一可以用哈希表,直接malloc一个pow(2, 24)大小的数组,扫描时统计每个数字出现的次数就行 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
PAT Basic 1068. 万绿丛中一点红 (20) (C语言实现) | PAT Solution in C
题目
https://xlucn.github.io/PAT/Basic/1068.html
Beta Was this translation helpful? Give feedback.
All reactions