๋ณธ๋ฌธ ๋ฐ”๋กœ๊ฐ€๊ธฐ
์‹œ์Šคํ…œ๊ฐœ๋ฐœ/csharp

c# Hashset ์ƒ์„ฑํ•˜๋ฉด์„œ ์ดˆ๊ธฐํ™”ํ•˜๊ธฐ

by ์ด๋…ธํ‚ค_ 2022. 3. 10.
 HashSet<String> states_needed = new HashSet<String>()
{
  "mt", "wa", "or", "id", "nv", "ut", "ca", "az"
 };

๋Œ“๊ธ€